| System.Windows.Forms AccessibleObject () |
public class System.Windows.Forms.AccessibleObject
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.AccessibleObject
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
|
| ActivationGesture () |
| n/a
|
public sealed enum System.Windows.Forms.ActivationGesture
                    Never = 0,
                    Click = 1,
                    DoubleClick = 2,
                    Focus = 3,
|
| --> NONE <--
|
--> NONE <--
|
| ActivationState () |
| n/a
|
public sealed enum System.Windows.Forms.ActivationState
                    None = 0,
                    Inactive = 1,
                    Active = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ActiveDocumentHost () |
| n/a
|
public class System.Windows.Forms.ActiveDocumentHost
|
| --> NONE <--
|
- Constructor: public ActiveDocumentHost ()
- Constructor: public ActiveDocumentHost (Guid guid)
- Constructor: public ActiveDocumentHost (string documentClassName)
- Event: public event EventHandler Activated
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Deactivated
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DocumentModified
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler Leave
- Event: public event EventHandler Loaded
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler Saved
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StatusTextChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method: public void Activate ()
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method: public void CloseDocument ()
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method: protected virtual ActiveDocumentContainer CreateHostClass ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method: protected virtual ActiveDocumentSite CreateSiteClass ()
- Method: public void Deactivate ()
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method: public void LoadFrom (string fileName)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method: protected virtual void OnActivated (EventArgs e)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method: protected virtual void OnDeactivated (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method: protected virtual void OnDocumentModified (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method: protected override void OnHandleCreated (EventArgs e)
- Method: protected override void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs levent)
- Method: protected override void OnLeave (EventArgs e)
- Method: protected virtual void OnLoaded (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs pevent)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method: protected virtual void OnSaved (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method: protected override void OnSizeChanged (EventArgs e)
- Method: protected virtual void OnStatusTextChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method: public void SaveTo (Stream stream)
- Method: public void SaveTo (string fileName)
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): protected virtual void WndProc (Message m)
- Nested Type: protected class ActiveDocumentContainer
- Nested Type: protected class ActiveDocumentSite
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: ActivationGesture ActivationGesture { public get; public set; }
- Property: ActivationState ActivationState { public get; }
- [Obsolete: This will be removed before the end of M2, please call ActiveDocumentHost.Document instead]Property: object ActiveDocument { public get; }
- Property: string ActiveDocumentType { public get; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override Color BackColor { public get; public set; }
- Property: override Image BackgroundImage { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: BorderStyle BorderStyle { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: object Document { public get; }
- Property: string DocumentClassName { public get; public set; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: override Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: override Color ForeColor { public get; public set; }
- Property: Guid Guid { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsDocumentDataDirty { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- [Obsolete: Please use DocumentClassName. ProgId will be removed before the end of M2]Property: string ProgId { public get; public set; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: override RightToLeft RightToLeft { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool ShowMenus { public get; public set; }
- Property: bool ShowToolbars { public get; public set; }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: DocumentSizeMode SizeMode { public get; public set; }
- Property: Stream SourceData { public get; public set; }
- Property: string SourceDocument { public get; public set; }
- Property: string StatusText { public get; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: override string Text { public get; public set; }
- Property: ScrollableControl ToolTarget { public get; public set; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| public sealed class System.Windows.Forms.Application () |
| --> NONE <--
|
- Method: public static void EnableRTLMirroring ()
- Method: public static void EnableVisualStyles (Stream manifest)
- Method: public static void EnableVisualStyles (string manifestFullName)
- Method: public static void Restart ()
- Method: public static bool SetSuspendState (PowerState state, bool force, bool disableWakeEvent)
- Property: static FormCollection OpenForms { public get; }
- Property: static bool RenderWithVisualStyles { public get; }
- Property: static bool UseWaitCursor { public get; public set; }
- Property: static VisualStyleState VisualStyleState { public get; public set; }
|
| public class System.Windows.Forms.ApplicationContext () |
| --> NONE <--
|
- Property: object Tag { public get; public set; }
|
| AutoCompleteMode () |
| n/a
|
public sealed enum System.Windows.Forms.AutoCompleteMode
                    None = 0,
                    Suggest = 1,
                    Append = 2,
                    SuggestAppend = 3,
|
| --> NONE <--
|
--> NONE <--
|
| AutoCompleteSource () |
| n/a
|
public sealed enum System.Windows.Forms.AutoCompleteSource
                    FileSystem = 1,
                    HistoryList = 2,
                    RecentlyUsedList = 4,
                    AllUrl = 6,
                    AllSystemSources = 7,
                    CustomSource = 64,
                    None = 128,
                    ListItems = 256,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms AutoCompleteStringCollection () |
| n/a
|
public class System.Windows.Forms.AutoCompleteStringCollection
|
| --> NONE <--
|
- Constructor: public AutoCompleteStringCollection ()
- Event: public event CollectionChangeEventHandler CollectionChanged
- Method: public int Add (string value)
- Method: public void AddRange (string[] value)
- Method: public virtual void Clear ()
- Method: public bool Contains (string value)
- Method: public void CopyTo (string[] array, int index)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public StringEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public int IndexOf (string value)
- Method: public void Insert (int index, string value)
- Method (i): protected object MemberwiseClone ()
- Method: protected void OnCollectionChanged (CollectionChangeEventArgs e)
- Method: public void Remove (string value)
- Method: public virtual void RemoveAt (int index)
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: bool IsReadOnly { public get; }
- Property: virtual bool IsSynchronized { public get; }
- Property: string this [int index] { public get; public set; }
- Property: virtual object SyncRoot { public get; }
|
| AutoValidate () |
| n/a
|
public sealed enum System.Windows.Forms.AutoValidate
                    No = 0,
                    Yes = 1,
                    Inherit = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms AxHost () |
public abstract class System.Windows.Forms.AxHost
(Please hover your mouse over the type to see the inheritance signatures) |
public abstract class System.Windows.Forms.AxHost
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method: protected override bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Nested Type: public class InvalidActiveXStateException
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: ProtectedInternal override bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Nested Type: public class InvalidActiveXStateException
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms AxHostBase () |
| n/a
|
public class System.Windows.Forms.AxHostBase
|
| --> NONE <--
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event EventHandler MouseClick
- Event: public event EventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method: protected virtual void AttachInterfaces (object nativeActiveXObject)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method: protected virtual AxSite CreateAxSite ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method: protected virtual void CreateSink ()
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method: protected virtual void DetachInterfaces ()
- Method: protected virtual void DetachSink ()
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method: protected override bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method: protected override void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method: protected override void OnFontChanged (EventArgs e)
- Method: protected override void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method: protected override void OnGotFocus (EventArgs e)
- Method: protected override void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs levent)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method: protected override void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs pevent)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method: protected override void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method: protected override void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method: public override bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method: ProtectedInternal override bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method: protected override void WndProc (Message m)
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: new object ActiveXInstance { public get; }
- Property: override bool AllowDrop { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override Color BackColor { public get; public set; }
- Property: override Image BackgroundImage { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: override ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: override Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: protected virtual bool DoubleBuffered { }
- Property: new bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: override Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: override Color ForeColor { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: override RightToLeft RightToLeft { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: override ISite Site { public set; }
- Property: Size Size { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: override string Text { public get; public set; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: new bool UseWaitCursor { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| System.Windows.Forms AxSite () |
| n/a
|
public class System.Windows.Forms.AxSite
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method: protected override void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: protected AxHostBase Host { }
|
| public class System.Windows.Forms.BaseCollection () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
|
| BatteryChargeStatus () |
| n/a
|
public sealed enum System.Windows.Forms.BatteryChargeStatus
                    High = 1,
                    Low = 2,
                    Critical = 4,
                    Charging = 8,
                    NoSystemBattery = 128,
                    Unknown = 255,
|
| --> NONE <--
|
--> NONE <--
|
| public class System.Windows.Forms.Binding () |
| --> NONE <--
|
- Constructor: public Binding (string propertyName, object dataSource, string dataMember, bool formattingEnabled)
- Constructor: public Binding (string propertyName, object dataSource, string dataMember, bool formattingEnabled, string formatString)
- Constructor: public Binding (string propertyName, object dataSource, string dataMember, bool formattingEnabled, string formatString, object nullValue)
- Constructor: public Binding (string propertyName, object dataSource, string dataMember, bool formattingEnabled, string formatString, object nullValue, BindingUpdateMode updateMode)
- Constructor: public Binding (string propertyName, object dataSource, string dataMember, bool formattingEnabled, string formatString, object nullValue, BindingUpdateMode updateMode, IFormatProvider formatInfo)
- Event: public event BindingCompleteEventHandler BindingComplete
- Event: public event EventHandler BindingUpdateModeChanged
- Event: public event EventHandler FormatInfoChanged
- Event: public event EventHandler FormatStringChanged
- Event: public event EventHandler FormattingEnabledChanged
- Event: public event EventHandler NullValueChanged
- Method: protected virtual void OnBindingComplete (BindingCompleteEventArgs e)
- Method: protected virtual void OnBindingUpdateModeChanged (EventArgs e)
- Method: protected virtual void OnFormatInfoChanged (EventArgs e)
- Method: protected virtual void OnFormatStringChanged (EventArgs e)
- Method: protected virtual void OnFormattingEnabledChanged (EventArgs e)
- Method: protected virtual void OnNullValueChanged (EventArgs e)
- Method: public void ReadValue ()
- Method: public void WriteValue ()
- Property: IBindableComponent BindableComponent { public get; }
- Property: BindingUpdateMode BindingUpdateMode { public get; public set; }
- Property: IFormatProvider FormatInfo { public get; public set; }
- Property: string FormatString { public get; public set; }
- Property: bool FormattingEnabled { public get; public set; }
- Property: object NullValue { public get; public set; }
|
| BindingCompleteContext () |
| n/a
|
public sealed enum System.Windows.Forms.BindingCompleteContext
                    ControlUpdate = 0,
                    DataSourceUpdate = 1,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms BindingCompleteEventArgs () |
| n/a
|
public class System.Windows.Forms.BindingCompleteEventArgs
|
| --> NONE <--
|
- Constructor: public BindingCompleteEventArgs (BindingCompleteState state, BindingCompleteContext context)
- Constructor: public BindingCompleteEventArgs (BindingCompleteState state, BindingCompleteContext context, string errorText)
- Constructor: public BindingCompleteEventArgs (BindingCompleteState state, BindingCompleteContext context, string errorText, Exception exception)
- Constructor: public BindingCompleteEventArgs (BindingCompleteState state, BindingCompleteContext context, string errorText, Exception exception, bool cancel)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: BindingCompleteContext BindingCompleteContext { public get; }
- Property: BindingCompleteState BindingCompleteState { public get; }
- Property: bool Cancel { public get; public set; }
- Property: string ErrorText { public get; }
- Property: Exception Exception { public get; }
|
| System.Windows.Forms BindingCompleteEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.BindingCompleteEventHandler
|
| --> NONE <--
|
- Constructor: public BindingCompleteEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, BindingCompleteEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, BindingCompleteEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| BindingCompleteState () |
| n/a
|
public sealed enum System.Windows.Forms.BindingCompleteState
                    Success = 0,
                    DataError = 1,
                    Exception = 2,
|
| --> NONE <--
|
--> NONE <--
|
| public class System.Windows.Forms.BindingContext () |
| --> NONE <--
|
- Event: public event EventHandler BindingContextChanged
- Method: protected virtual void OnBindingContextChanged (EventArgs e)
- Method: public void Remove (object dataSource, string dataMember)
- Method: public static void UpdateBinding (BindingContext newBindingContext, Binding binding)
|
| public abstract class System.Windows.Forms.BindingManagerBase () |
| --> NONE <--
|
- Event: public event BindingCompleteEventHandler BindingComplete
- Event: public event EventHandler CurrentItemChanged
- Event: public event CurrencyManagerPositionChangingEventHandler PositionChanging
- Method: protected virtual void OnBindingComplete (object sender, BindingCompleteEventArgs args)
- Method: ProtectedInternal abstract void OnCurrentItemChanged (EventArgs e)
- Method: protected void PullData (out bool success)
- Method: protected void PushData (out bool success)
|
| public class System.Windows.Forms.BindingsCollection () |
- Method (i): protected object MemberwiseClone ()
|
- Event: public event CollectionChangeEventHandler CollectionChanging
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: protected virtual void OnCollectionChanging (CollectionChangeEventArgs e)
|
| BindingUpdateMode () |
| n/a
|
public sealed enum System.Windows.Forms.BindingUpdateMode
                    OnValidation = 0,
                    OnPropertyChanged = 1,
                    Never = 2,
|
| --> NONE <--
|
--> NONE <--
|
| BoxStretch () |
| n/a
|
public sealed enum System.Windows.Forms.BoxStretch
                    None = 0,
                    Horizontal = 1,
                    Vertical = 2,
                    Both = 3,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms Button () |
public class System.Windows.Forms.Button
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.Button
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs eventargs)
- Method (i): protected virtual void OnMouseLeave (EventArgs eventargs)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method: protected override bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool IsDefault { }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected override void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method: protected override void OnMouseEnter (EventArgs e)
- Method: protected override void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: protected override void OnTextChanged (EventArgs e)
- Method: ProtectedInternal override bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: Color BorderColor { public get; public set; }
- Property: int BorderSize { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: string ImageKey { public get; public set; }
- Property: ProtectedInternal bool IsDefault { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Color MouseOverBackColor { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms ButtonBase () |
public abstract class System.Windows.Forms.ButtonBase
(Please hover your mouse over the type to see the inheritance signatures) |
public abstract class System.Windows.Forms.ButtonBase
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Nested Type: public class ButtonBaseAccessibleObject
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool IsDefault { }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Nested Type: public class ButtonBaseAccessibleObject
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: string ImageKey { public get; public set; }
- Property: ProtectedInternal bool IsDefault { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms ButtonRenderer () |
| n/a
|
public sealed class System.Windows.Forms.ButtonRenderer
|
| --> NONE <--
|
- Method: public static void DrawButton (Graphics g, Rectangle bounds, bool focused, PushButtonState state)
- Method: public static void DrawButton (Graphics g, Rectangle bounds, string buttonText, Font font, bool focused, PushButtonState state)
- Method: public static void DrawButton (Graphics g, Rectangle bounds, string buttonText, Font font, Image image, Rectangle imageBounds, bool focused, PushButtonState state)
- Method: public static void DrawButton (Graphics g, Rectangle bounds, string buttonText, Font font, TextFormatFlags flags, bool focused, PushButtonState state)
- Method: public static void DrawButton (Graphics g, Rectangle bounds, string buttonText, Font font, TextFormatFlags flags, Image image, Rectangle imageBounds, bool focused, PushButtonState state)
- Method: public static void DrawButton (Graphics g, Rectangle bounds, Image image, Rectangle imageBounds, bool focused, PushButtonState state)
- Method: public static void DrawButton (Graphics g, Rectangle bounds, PushButtonState state)
- Method: public static void DrawParentBackground (Graphics g, Rectangle bounds, Control childControl)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public static bool IsBackgroundPartiallyTransparent (PushButtonState state)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static bool IsSupported { public get; }
|
| System.Windows.Forms.Layout ArrangedElementCollection () |
| n/a
|
public class System.Windows.Forms.Layout.ArrangedElementCollection
|
| --> NONE <--
|
- Method: public virtual void CopyTo (Array array, int index)
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IEnumerator GetEnumerator ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: virtual bool IsReadOnly { public get; }
|
| BackgroundType () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.BackgroundType
                    ImageFile = 0,
                    BorderFill = 1,
                    None = 2,
|
| --> NONE <--
|
--> NONE <--
|
| BooleanProperty () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.BooleanProperty
                    Transparent = 2201,
                    AutoSize = 2202,
                    BorderOnly = 2203,
                    Composited = 2204,
                    BackgroundFill = 2205,
                    GlyphTransparent = 2206,
                    GlyphOnly = 2207,
                    AlwaysShowSizingBar = 2208,
                    MirrorImage = 2209,
                    UniformSizing = 2210,
                    IntegralSizing = 2211,
                    SourceGrow = 2212,
                    SourceShrink = 2213,
|
| --> NONE <--
|
--> NONE <--
|
| BorderType () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.BorderType
                    Rectangle = 0,
                    RoundedRectangle = 1,
                    Ellipse = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms CacheVirtualItemsEventArgs () |
| n/a
|
public class System.Windows.Forms.CacheVirtualItemsEventArgs
|
| --> NONE <--
|
- Constructor: public CacheVirtualItemsEventArgs (int startIndex, int endIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int EndIndex { public get; }
- Property: int StartIndex { public get; }
|
| System.Windows.Forms CacheVirtualItemsEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.CacheVirtualItemsEventHandler
|
| --> NONE <--
|
- Constructor: public CacheVirtualItemsEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, CacheVirtualItemsEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, CacheVirtualItemsEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms CheckBox () |
public class System.Windows.Forms.CheckBox
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.CheckBox
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method: protected override bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Nested Type: public class CheckBoxAccessibleObject
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool IsDefault { }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: ProtectedInternal override bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Nested Type: public class CheckBoxAccessibleObject
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: string ImageKey { public get; public set; }
- Property: ProtectedInternal bool IsDefault { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms CheckBoxRenderer () |
| n/a
|
public sealed class System.Windows.Forms.CheckBoxRenderer
|
| --> NONE <--
|
- Method: public static void DrawCheckBox (Graphics g, Point glyphLocation, Rectangle textBounds, string checkBoxText, Font font, bool focused, CheckBoxState state)
- Method: public static void DrawCheckBox (Graphics g, Point glyphLocation, Rectangle textBounds, string checkBoxText, Font font, Image image, Rectangle imageBounds, bool focused, CheckBoxState state)
- Method: public static void DrawCheckBox (Graphics g, Point glyphLocation, Rectangle textBounds, string checkBoxText, Font font, TextFormatFlags flags, bool focused, CheckBoxState state)
- Method: public static void DrawCheckBox (Graphics g, Point glyphLocation, Rectangle textBounds, string checkBoxText, Font font, TextFormatFlags flags, Image image, Rectangle imageBounds, bool focused, CheckBoxState state)
- Method: public static void DrawCheckBox (Graphics g, Point glyphLocation, CheckBoxState state)
- Method: public static void DrawParentBackground (Graphics g, Rectangle bounds, Control childControl)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Size GetGlyphSize (Graphics g, CheckBoxState state)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public static bool IsBackgroundPartiallyTransparent (CheckBoxState state)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static bool IsSupported { public get; }
|
| System.Windows.Forms CheckedListBox () |
public class System.Windows.Forms.CheckedListBox
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.CheckedListBox
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ListControlConvertEventHandler Format
- Event: public event EventHandler FormatInfoChanged
- Event: public event EventHandler FormatStringChanged
- Event: public event EventHandler FormattingEnabledChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnFormat (ListControlConvertEventArgs e)
- Method (i): protected virtual void OnFormatInfoChanged (EventArgs e)
- Method (i): protected virtual void OnFormatStringChanged (EventArgs e)
- Method (i): protected virtual void OnFormattingEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual void RefreshItems ()
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: protected virtual bool AllowSelection { }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: IntegerCollection CustomTabOffsets { public get; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: IFormatProvider FormatInfo { public get; public set; }
- Property: string FormatString { public get; public set; }
- Property: bool FormattingEnabled { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseCustomTabOffsets { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
|
| public sealed class System.Windows.Forms.Clipboard () |
| --> NONE <--
|
- Method: public static void Clear ()
- Method: public static bool ContainsAudio ()
- Method: public static bool ContainsData (string format)
- Method: public static bool ContainsFileDropList ()
- Method: public static bool ContainsImage ()
- Method: public static bool ContainsText ()
- Method: public static bool ContainsText (TextDataFormat format)
- Method: public static Stream GetAudioStream ()
- Method: public static object GetData (string format)
- Method: public static StringCollection GetFileDropList ()
- Method: public static Image GetImage ()
- Method: public static string GetText ()
- Method: public static string GetText (TextDataFormat format)
- Method: public static void SetAudio (byte[] audioBytes)
- Method: public static void SetAudio (Stream audioStream)
- Method: public static void SetData (string format, object data)
- Method: public static void SetFileDropList (StringCollection filePaths)
- Method: public static void SetImage (Image image)
- Method: public static void SetText (string text)
- Method: public static void SetText (string text, TextDataFormat format)
|
| CloseReason () |
| n/a
|
public sealed enum System.Windows.Forms.CloseReason
                    None = 0,
                    WindowsShutDown = 1,
                    MdiFormClosing = 2,
                    UserClosing = 3,
                    TaskManagerClosing = 4,
                    FormOwnerClosing = 5,
|
| --> NONE <--
|
--> NONE <--
|
| public class System.Windows.Forms.ColorDialog () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: object Tag { public get; public set; }
|
| public class System.Windows.Forms.ColumnHeader () |
- Method (i): protected object MemberwiseClone ()
|
- Constructor: public ColumnHeader (int imageIndex)
- Constructor: public ColumnHeader (string imageKey)
- Method: public void AutoResize (ColumnHeaderAutoResizeStyle headerAutoResize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: int DisplayIndex { public get; }
- Property: int ImageIndex { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: ImageList ImageList { public get; }
- Property: string Name { public get; public set; }
- Property: object Tag { public get; public set; }
|
| ColumnHeaderAutoResizeStyle () |
| n/a
|
public sealed enum System.Windows.Forms.ColumnHeaderAutoResizeStyle
                    None = 0,
                    HeaderSize = 1,
                    ColumnContent = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ColumnHeaderConverter () |
| n/a
|
public class System.Windows.Forms.ColumnHeaderConverter
|
| --> NONE <--
|
- Constructor: public ColumnHeaderConverter ()
- Method (i): public bool CanConvertFrom (Type sourceType)
- Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
- Method (i): public bool CanConvertTo (Type destinationType)
- Method: public override bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
- Method (i): public object ConvertFrom (object value)
- Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public object ConvertFromInvariantString (string text)
- Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertFromString (string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertTo (object value, Type destinationType)
- Method: public override object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
- Method (i): public string ConvertToInvariantString (object value)
- Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
- Method (i): public string ConvertToString (object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
- Method (i): public object CreateInstance (IDictionary propertyValues)
- Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected Exception GetConvertFromException (object value)
- Method (i): protected Exception GetConvertToException (object value, Type destinationType)
- Method (i): public bool GetCreateInstanceSupported ()
- Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public PropertyDescriptorCollection GetProperties (object value)
- Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
- Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
- Method (i): public bool GetPropertiesSupported ()
- Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
- Method (i): public ICollection GetStandardValues ()
- Method (i): public virtual StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesExclusive ()
- Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesSupported ()
- Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
- Method (i): public Type GetType ()
- Method (i): public bool IsValid (object value)
- Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
- Method (i): public virtual string ToString ()
|
| System.Windows.Forms ColumnHeaderRearrangedEventArgs () |
| n/a
|
public class System.Windows.Forms.ColumnHeaderRearrangedEventArgs
|
| --> NONE <--
|
- Constructor: public ColumnHeaderRearrangedEventArgs (int oldDisplayIndex, int newDisplayIndex, ColumnHeader header)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: ColumnHeader Header { public get; }
- Property: int NewDisplayIndex { public get; }
- Property: int OldDisplayIndex { public get; }
|
| System.Windows.Forms ColumnHeaderRearrangedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ColumnHeaderRearrangedEventHandler
|
| --> NONE <--
|
- Constructor: public ColumnHeaderRearrangedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ColumnHeaderRearrangedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ColumnHeaderRearrangedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms ColumnStyle () |
| n/a
|
public class System.Windows.Forms.ColumnStyle
|
| --> NONE <--
|
- Constructor: public ColumnStyle ()
- Constructor: public ColumnStyle (SizeType sizeType)
- Constructor: public ColumnStyle (SizeType sizeType, float width)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: SizeType SizeType { public get; public set; }
- Property: float Width { public get; public set; }
|
| System.Windows.Forms ColumnWidthChangedEventArgs () |
| n/a
|
public class System.Windows.Forms.ColumnWidthChangedEventArgs
|
| --> NONE <--
|
- Constructor: public ColumnWidthChangedEventArgs (int column)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int Column { public get; }
|
| System.Windows.Forms ColumnWidthChangedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ColumnWidthChangedEventHandler
|
| --> NONE <--
|
- Constructor: public ColumnWidthChangedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ColumnWidthChangedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ColumnWidthChangedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms ColumnWidthChangingEventArgs () |
| n/a
|
public class System.Windows.Forms.ColumnWidthChangingEventArgs
|
| --> NONE <--
|
- Constructor: public ColumnWidthChangingEventArgs (int col, int newWidth)
- Constructor: public ColumnWidthChangingEventArgs (int col, int newWidth, bool cancel)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: int Column { public get; }
- Property: int NewWidth { public get; }
|
| System.Windows.Forms ColumnWidthChangingEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ColumnWidthChangingEventHandler
|
| --> NONE <--
|
- Constructor: public ColumnWidthChangingEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ColumnWidthChangingEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ColumnWidthChangingEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms ComboBox () |
public class System.Windows.Forms.ComboBox
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.ComboBox
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetText ()
- Method (i): protected void UpdateBounds ()
- Nested Type: public class ChildAccessibleObject
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: object DataSource { public get; public set; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler DropDownClosed
- Event: public event ListControlConvertEventHandler Format
- Event: public event EventHandler FormatInfoChanged
- Event: public event EventHandler FormatStringChanged
- Event: public event EventHandler FormattingEnabledChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler TextUpdate
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected virtual void OnDropDownClosed (EventArgs e)
- Method (i): protected virtual void OnFormat (ListControlConvertEventArgs e)
- Method (i): protected virtual void OnFormatInfoChanged (EventArgs e)
- Method (i): protected virtual void OnFormatStringChanged (EventArgs e)
- Method (i): protected virtual void OnFormattingEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method: protected override void OnMouseEnter (EventArgs e)
- Method: protected override void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: protected virtual void OnTextUpdate (EventArgs e)
- Method: protected override bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method: protected override void RefreshItems ()
- Method: public override void ResetText ()
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Nested Type: public class ChildAccessibleObject
- Property: protected virtual bool AllowSelection { }
- Property: AutoCompleteStringCollection AutoCompleteCustomSource { public get; public set; }
- Property: AutoCompleteMode AutoCompleteMode { public get; public set; }
- Property: AutoCompleteSource AutoCompleteSource { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: new object DataSource { public get; public set; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: int DropDownHeight { public get; public set; }
- Property: FlatStyle FlatStyle { public get; public set; }
- Property: IFormatProvider FormatInfo { public get; public set; }
- Property: string FormatString { public get; public set; }
- Property: bool FormattingEnabled { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms ComboBoxRenderer () |
| n/a
|
public sealed class System.Windows.Forms.ComboBoxRenderer
|
| --> NONE <--
|
- Method: public static void DrawDropDownButton (Graphics g, Rectangle bounds, ComboBoxState state)
- Method: public static void DrawTextBox (Graphics g, Rectangle bounds, string comboBoxText, Font font, Rectangle textBounds, TextFormatFlags flags, ComboBoxState state)
- Method: public static void DrawTextBox (Graphics g, Rectangle bounds, string comboBoxText, Font font, Rectangle textBounds, ComboBoxState state)
- Method: public static void DrawTextBox (Graphics g, Rectangle bounds, string comboBoxText, Font font, TextFormatFlags flags, ComboBoxState state)
- Method: public static void DrawTextBox (Graphics g, Rectangle bounds, string comboBoxText, Font font, ComboBoxState state)
- Method: public static void DrawTextBox (Graphics g, Rectangle bounds, ComboBoxState state)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static bool IsSupported { public get; }
|
| public abstract class System.Windows.Forms.CommonDialog () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: object Tag { public get; public set; }
|
| System.Windows.Forms ContainerControl () |
public class System.Windows.Forms.ContainerControl
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.ContainerControl
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method: protected override void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method: protected override bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler AutoValidateChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event ScrollEventHandler Scroll
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method: protected virtual void OnAutoValidateChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method: protected override bool ProcessCmdKey (Message msg, Keys keyData)
- Method: ProtectedInternal override bool ProcessMnemonic (char charCode)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Method: public bool Validate (bool checkAutoValidate)
- Method: public virtual bool ValidateAll ()
- Method: public virtual bool ValidateAll (ValidateFlags flags)
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual AutoValidate AutoValidate { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
|
| public class System.Windows.Forms.ContextMenu () |
- Method (i): protected void CloneMenu (Menu menuSrc)
- Method (i): protected object MemberwiseClone ()
|
- Event: public event EventHandler Collapse
- Method (i): ProtectedInternal void CloneMenu (Menu menuSrc)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: ProtectedInternal virtual void OnCollapse (EventArgs e)
- Method: ProtectedInternal virtual bool ProcessCmdKey (Message msg, Keys keyData, Control control)
- Method: public void Show (Control control, Point pos, LeftRightAlignment alignment)
- Property: protected virtual bool CanRaiseEvents { }
- Property: ImageList ImageList { public get; public set; }
- Property: string Name { public get; public set; }
- Property: object Tag { public get; public set; }
|
| System.Windows.Forms ContextMenuStrip () |
| n/a
|
public class System.Windows.Forms.ContextMenuStrip
|
| --> NONE <--
|
- Constructor: public ContextMenuStrip ()
- Constructor: public ContextMenuStrip (IContainer container)
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BeginRaft
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event ToolStripDropDownClosedEventHandler Closed
- Event: public event ToolStripDropDownClosingEventHandler Closing
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler EndRaft
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event ToolStripItemEventHandler ItemAdded
- Event: public event ToolStripItemClickedEventHandler ItemClicked
- Event: public event ToolStripItemEventHandler ItemRemoved
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler LayoutCompleted
- Event: public event EventHandler LayoutStyleChanged
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler Opened
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event PaintEventHandler PaintGrip
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler RendererChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public void Close ()
- Method (i): public void Close (ToolStripDropDownCloseReason reason)
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): protected virtual LayoutSettings CreateLayoutSettings (ToolStripLayoutStyle style)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public ToolStripItem GetItemAt (int x, int y)
- Method (i): public ToolStripItem GetItemAt (Point point)
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public ToolStripItem GetNextItem (ToolStripItem start, Direction direction)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBeginRaft (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnClosed (ToolStripDropDownClosedEventArgs e)
- Method (i): protected virtual void OnClosing (ToolStripDropDownClosingEventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEndRaft (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): ProtectedInternal virtual void OnItemAdded (ToolStripItemEventArgs e)
- Method (i): protected virtual void OnItemClicked (ToolStripItemClickedEventArgs e)
- Method (i): ProtectedInternal virtual void OnItemRemoved (ToolStripItemEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLayoutCompleted (EventArgs e)
- Method (i): protected virtual void OnLayoutStyleChanged (EventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnOpened (EventArgs e)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs e)
- Method (i): ProtectedInternal virtual void OnPaintGrip (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnRendererChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): public void ResetMinimumSize ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float x, float y)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected virtual void SetDisplayedItems ()
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method (i): ProtectedInternal void SetItemLocation (ToolStripItem item, Point location)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method: protected override void SetVisibleCore (bool visible)
- Method (i): public void Show ()
- Method (i): public void Show (int x, int y)
- Method (i): public void Show (Point screenLocation)
- Method (i): public void Show (Control control, int x, int y)
- Method (i): public void Show (Control control, Point position)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): protected virtual void WndProc (Message m)
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: bool AllowItemReorder { public get; public set; }
- Property: bool AllowMerge { public get; public set; }
- Property: bool AllowTransparency { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: bool AutoClose { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: bool CanOverflow { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual DockStyle DefaultDock { }
- Property: virtual ToolStripDropDownDirection DefaultDropDownDirection { public get; public set; }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual RaftingSides DefaultRaft { }
- Property: protected virtual bool DefaultShowItemToolTips { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual ToolStripItemCollection DisplayedItems { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: new DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool DropShadowEnabled { public get; public set; }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: Color ForeColor { public get; public set; }
- Property: ToolStripGripDisplayStyle GripDisplayStyle { public get; }
- Property: Padding GripMargin { public get; public set; }
- Property: Rectangle GripRectangle { public get; }
- Property: ToolStripGripStyle GripStyle { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: ImageList ImageList { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsAutoGenerated { public get; }
- Property: virtual bool IsCurrentlyRafting { public get; }
- Property: bool IsDisposed { public get; }
- Property: bool IsDropDown { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: virtual ToolStripItemCollection Items { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: LayoutSettings LayoutSettings { public get; public set; }
- Property: ToolStripLayoutStyle LayoutStyle { public get; public set; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: ProtectedInternal virtual Size MaxItemSize { }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Orientation Orientation { public get; }
- Property: ToolStripOverflowButton OverflowButton { public get; }
- Property: ToolStripItem OwnerItem { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: int PreferredWidth { public get; public set; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: RaftingSides Raft { public get; public set; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- Property: ToolStripRenderer Renderer { public get; public set; }
- Property: ToolStripRenderMode RenderMode { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: bool ShowCheckMargin { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: bool ShowImageMargin { public get; public set; }
- Property: bool ShowItemToolTips { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: virtual bool Stretch { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: int Top { public get; public set; }
- Property: bool TopLevel { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| System.Windows.Forms Control () |
public class System.Windows.Forms.Control
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.Control
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual bool ProcessMnemonic (char charCode)
- Method: protected void UpdateBounds ()
- Nested Type: public class ControlAccessibleObject
- Nested Type: public class ControlCollection
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method: protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method: protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method: public virtual Size GetPreferredSize (Size proposedSize)
- Method: public static bool IsKeyLocked (Keys keyVal)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: protected virtual void OnAutoSizeChanged (EventArgs e)
- Method: protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method: protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected virtual void OnMarginChanged (EventArgs e)
- Method: protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method: protected virtual void OnMouseClick (MouseEventArgs mea)
- Method: protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method: protected virtual void OnPaddingChanged (EventArgs e)
- Method: protected virtual void OnParentCursorChanged (EventArgs e)
- Method: protected virtual void OnRegionChanged (EventArgs e)
- Method: protected virtual void OnResizeBegin (EventArgs e)
- Method: protected virtual void OnResizeEnd (EventArgs e)
- Method: ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method: public ScrollReturnType ScrollWindow (int dx, int dy)
- Method: public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method: protected virtual Size SizeFromClientSize (Size clientSize)
- Method: ProtectedInternal void UpdateBounds ()
- Nested Type: public class ControlAccessibleObject
- Nested Type: public class ControlCollection
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected override bool CanRaiseEvents { }
- Property: static bool CheckForIllegalCrossThreadCalls { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| public class System.Windows.Forms.ControlBindingsCollection () |
- Method (i): protected object MemberwiseClone ()
|
- Constructor: public ControlBindingsCollection (IBindableComponent control)
- Event: public event CollectionChangeEventHandler CollectionChanging
- Method: public Binding Add (string propertyName, object dataSource, string dataMember, bool formattingEnabled)
- Method: public Binding Add (string propertyName, object dataSource, string dataMember, bool formattingEnabled, string formatString)
- Method: public Binding Add (string propertyName, object dataSource, string dataMember, bool formattingEnabled, string formatString, object nullValue)
- Method: public Binding Add (string propertyName, object dataSource, string dataMember, bool formattingEnabled, string formatString, object nullValue, BindingUpdateMode updateMode)
- Method: public Binding Add (string propertyName, object dataSource, string dataMember, bool formattingEnabled, string formatString, object nullValue, BindingUpdateMode updateMode, IFormatProvider formatInfo)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnCollectionChanging (CollectionChangeEventArgs e)
- Property: IBindableComponent BindableComponent { public get; }
|
| public sealed class System.Windows.Forms.ControlPaint () |
| --> NONE <--
|
- Method: public static void DrawMenuGlyph (Graphics graphics, int x, int y, int width, int height, MenuGlyph glyph, Color foreColor, Color backColor)
- Method: public static void DrawMenuGlyph (Graphics graphics, Rectangle rectangle, MenuGlyph glyph, Color foreColor, Color backColor)
|
| ControlStyles () |
public sealed enum System.Windows.Forms.ControlStyles
                    ContainerControl = 1,
                    UserPaint = 2,
                    Opaque = 4,
                    ResizeRedraw = 16,
                    FixedWidth = 32,
                    FixedHeight = 64,
                    StandardClick = 256,
                    Selectable = 512,
                    UserMouse = 1024,
                    SupportsTransparentBackColor = 2048,
                    StandardDoubleClick = 4096,
                    AllPaintingInWmPaint = 8192,
                    CacheText = 16384,
                    EnableNotifyMessage = 32768,
                    DoubleBuffer = 65536,
|
public sealed enum System.Windows.Forms.ControlStyles
                    ContainerControl = 1,
                    UserPaint = 2,
                    Opaque = 4,
                    ResizeRedraw = 16,
                    FixedWidth = 32,
                    FixedHeight = 64,
                    StandardClick = 256,
                    Selectable = 512,
                    UserMouse = 1024,
                    SupportsTransparentBackColor = 2048,
                    StandardDoubleClick = 4096,
                    AllPaintingInWmPaint = 8192,
                    CacheText = 16384,
                    EnableNotifyMessage = 32768,
                    DoubleBuffer = 65536,
                    OptimizedDoubleBuffer = 131072,
                    UseTextForAccessibility = 262144,
|
| --> NONE <--
|
--> NONE <--
|
| public class System.Windows.Forms.CurrencyManager () |
| --> NONE <--
|
- Event: public event BindingCompleteEventHandler BindingComplete
- Event: public event EventHandler CurrentItemChanged
- Event: public event ListChangedEventHandler ListChanged
- Event: public event CurrencyManagerPositionChangingEventHandler PositionChanging
- Method: public static object GetList (object ds)
- Method: public static object GetList (object ds, string dm)
- Method: public static PropertyDescriptorCollection GetListItemProperties (object source)
- Method: public static PropertyDescriptorCollection GetListItemProperties (object ds, string dm, PropertyDescriptor[] listAccessors)
- Method: public static PropertyDescriptorCollection GetListItemProperties (object source, PropertyDescriptor[] accessors)
- Method: public static Type GetListItemType (object listTypeOrInstance)
- Method: public static Type GetListItemType (object dataSource, string dataMember)
- Method: public static string GetListName (object target, PropertyDescriptor[] accessors)
- Method (i): protected virtual void OnBindingComplete (object sender, BindingCompleteEventArgs args)
- Method: ProtectedInternal override void OnCurrentItemChanged (EventArgs e)
- Method: protected virtual void OnPositionChanging (CurrencyManagerPositionChangingEventArgs e)
- Method (i): protected void PullData (out bool success)
- Method (i): protected void PushData (out bool success)
|
| System.Windows.Forms CurrencyManagerPositionChangingEventArgs () |
| n/a
|
public class System.Windows.Forms.CurrencyManagerPositionChangingEventArgs
|
| --> NONE <--
|
- Constructor: public CurrencyManagerPositionChangingEventArgs (bool cancelled, int currentPosition, int proposedPosition)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: int CurrentPosition { public get; }
- Property: int ProposedPosition { public get; }
|
| System.Windows.Forms CurrencyManagerPositionChangingEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.CurrencyManagerPositionChangingEventHandler
|
| --> NONE <--
|
- Constructor: public CurrencyManagerPositionChangingEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, CurrencyManagerPositionChangingEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, CurrencyManagerPositionChangingEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| public sealed class System.Windows.Forms.Cursor () |
| --> NONE <--
|
- Property: Point HotSpot { public get; }
- Property: object Tag { public get; public set; }
|
| System.Windows.Forms.Design ComponentEditorForm () |
public class System.Windows.Forms.Design.ComponentEditorForm
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.Design.ComponentEditorForm
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: Size MaximumSize { public get; public set; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler AutoValidateChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event FormClosedEventHandler FormClosed
- Event: public event FormClosingEventHandler FormClosing
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event ScrollEventHandler Scroll
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): public void Flash ()
- Method (i): public void Flash (int flashRate, FlashWindow flashWhat, bool continuousUntilActivated)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnAutoValidateChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnFormClosed (FormClosedEventArgs e)
- Method (i): protected virtual void OnFormClosing (FormClosingEventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Show (IWin32Window owner)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void StopFlash ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): public bool Validate (bool checkAutoValidate)
- Method (i): public virtual bool ValidateAll ()
- Method (i): public virtual bool ValidateAll (ValidateFlags flags)
- Property: bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual AutoValidate AutoValidate { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: Rectangle RestoreBounds { public get; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
|
| System.Windows.Forms.Design ComponentEditorPage () |
public abstract class System.Windows.Forms.Design.ComponentEditorPage
(Please hover your mouse over the type to see the inheritance signatures) |
public abstract class System.Windows.Forms.Design.ComponentEditorPage
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event ScrollEventHandler Scroll
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
|
| CellAlignment () |
| n/a
|
public sealed enum System.Windows.Forms.Printing.CellAlignment
                    TopLeft = 0,
                    TopCenter = 1,
                    TopRight = 2,
                    MiddleLeft = 3,
                    MiddleCenter = 4,
                    MiddleRight = 5,
                    BottomLeft = 6,
                    BottomCenter = 7,
                    BottomRight = 8,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms.Printing ColumnPrintLayout () |
| n/a
|
public class System.Windows.Forms.Printing.ColumnPrintLayout
|
| --> NONE <--
|
- Constructor: public ColumnPrintLayout ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: IFormatProvider DataFormatProvider { public get; public set; }
- Property: string DataFormatString { public get; public set; }
- Property: object DataNullValue { public get; public set; }
- Property: string DataPropertyName { public get; public set; }
- Property: CellAlignment HeadingAlignment { public get; public set; }
- Property: Color HeadingBackColor { public get; public set; }
- Property: Font HeadingFont { public get; public set; }
- Property: string HeadingFontName { public get; public set; }
- Property: float HeadingFontSize { public get; public set; }
- Property: FontStyle HeadingFontStyle { public get; public set; }
- Property: PrintUnitType HeadingFontUnits { public get; public set; }
- Property: Color HeadingForeColor { public get; public set; }
- Property: string HeadingText { public get; public set; }
- Property: string Name { public get; public set; }
- Property: PrintUnitType Units { public get; public set; }
- Property: float Width { public get; public set; }
|
| System.Windows.Forms.Printing ColumnPrintLayoutCollection () |
| n/a
|
public class System.Windows.Forms.Printing.ColumnPrintLayoutCollection
|
| --> NONE <--
|
- Method: public ColumnPrintLayout Add ()
- Method: public ColumnPrintLayout Add (string name)
- Method: public ColumnPrintLayout Add (string name, string headingText)
- Method: public ColumnPrintLayout Add (string name, string headingText, int width)
- Method: public int Add (ColumnPrintLayout column)
- Method: public virtual void Clear ()
- Method: public bool Contains (string name)
- Method: public bool Contains (ColumnPrintLayout column)
- Method (i): public virtual void CopyTo (Array ar, int index)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Type GetType ()
- Method: public int IndexOf (string name)
- Method: public int IndexOf (ColumnPrintLayout column)
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: public void Remove (string name)
- Method: public void Remove (ColumnPrintLayout column)
- Method: public void RemoveAt (int index)
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: bool IsReadOnly { public get; }
- Property: virtual bool IsSynchronized { public get; }
- Property: ColumnPrintLayout this [int index] { public get; }
- Property: ColumnPrintLayout this [string name] { public get; }
- Property: protected override ArrayList List { }
- Property: virtual object SyncRoot { public get; }
|
| CheckBoxState () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.CheckBoxState
                    UncheckedNormal = 1,
                    UncheckedHot = 2,
                    UncheckedPressed = 3,
                    UncheckedDisabled = 4,
                    CheckedNormal = 5,
                    CheckedHot = 6,
                    CheckedPressed = 7,
                    CheckedDisabled = 8,
                    MixedNormal = 9,
                    MixedHot = 10,
                    MixedPressed = 11,
                    MixedDisabled = 12,
|
| --> NONE <--
|
--> NONE <--
|
| ColorProperty () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.ColorProperty
                    BorderColor = 3801,
                    FillColor = 3802,
                    TextColor = 3803,
                    EdgeLightColor = 3804,
                    EdgeHighlightColor = 3805,
                    EdgeShadowColor = 3806,
                    EdgeDarkShadowColor = 3807,
                    EdgeFillColor = 3808,
                    TransparentColor = 3809,
                    GradientColor1 = 3810,
                    GradientColor2 = 3811,
                    GradientColor3 = 3812,
                    GradientColor4 = 3813,
                    GradientColor5 = 3814,
                    ShadowColor = 3815,
                    GlowColor = 3816,
                    TextBorderColor = 3817,
                    TextShadowColor = 3818,
                    GlyphTextColor = 3819,
                    GlyphTransparentColor = 3820,
                    FillColorHint = 3821,
                    BorderColorHint = 3822,
                    AccentColorHint = 3823,
|
| --> NONE <--
|
--> NONE <--
|
| ComboBoxState () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.ComboBoxState
                    Normal = 1,
                    Hot = 2,
                    Pressed = 3,
                    Disabled = 4,
|
| --> NONE <--
|
--> NONE <--
|
| ContentAlignment () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.ContentAlignment
                    Left = 0,
                    Center = 1,
                    Right = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DataConnector () |
| n/a
|
public class System.Windows.Forms.DataConnector
|
| --> NONE <--
|
- Constructor: public DataConnector ()
- Constructor: public DataConnector (IContainer container)
- Event: public event AddingNewEventHandler AddingNew
- Event: public event BindingCompleteEventHandler BindingComplete
- Event: public event EventHandler CurrentChanged
- Event: public event EventHandler CurrentItemChanged
- Event: public event EventHandler DataMemberChanged
- Event: public event EventHandler DataSourceChanged
- Event: public event EventHandler Disposed
- Event: public event ListChangedEventHandler ListChanged
- Event: public event EventHandler PositionChanged
- Method: public virtual int Add (object value)
- Method: public virtual object AddNew ()
- Method: public void CancelEdit ()
- Method: public virtual void CancelNew (int position)
- Method: public virtual void Clear ()
- Method: public virtual bool Contains (object value)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method: public void EndEdit ()
- Method: public virtual void EndNew (int position)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual int Find (PropertyDescriptor prop, object key)
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method: public virtual int IndexOf (object value)
- Method (i): public virtual object InitializeLifetimeService ()
- Method: public virtual void Insert (int index, object value)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: public void MoveFirst ()
- Method: public void MoveLast ()
- Method: public void MoveNext ()
- Method: public void MovePrevious ()
- Method: protected virtual void OnAddingNew (AddingNewEventArgs e)
- Method: protected virtual void OnBindingComplete (object sender, BindingCompleteEventArgs e)
- Method: protected virtual void OnCurrentChanged (EventArgs e)
- Method: protected virtual void OnCurrentItemChanged (EventArgs e)
- Method: protected virtual void OnDataMemberChanged (EventArgs e)
- Method: protected virtual void OnDataSourceChanged (EventArgs e)
- Method: protected virtual void OnListChanged (ListChangedEventArgs e)
- Method: protected virtual void OnPositionChanged (EventArgs e)
- Method: public virtual void Remove (object value)
- Method: public virtual void RemoveAt (int index)
- Method: public void RemoveCurrent ()
- Method: public virtual void RemoveFilter ()
- Method: public virtual void RemoveSort ()
- Method: public virtual void ResetAllowEdit ()
- Method: public virtual void ResetAllowNew ()
- Method: public virtual void ResetAllowRemove ()
- Method: public void ResetBindings (bool metaDataChanged)
- Method: public void ResetItem (int position)
- Method (i): public virtual string ToString ()
- Property: bool AllowEdit { public get; public set; }
- Property: bool AllowNew { public get; public set; }
- Property: bool AllowRemove { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: IContainer Container { public get; }
- Property: int Count { public get; }
- Property: object Current { public get; }
- Property: DataConnectorItem CurrentItem { public get; }
- Property: string DataMember { public get; public set; }
- Property: object DataSource { public get; public set; }
- Property: protected bool DesignMode { }
- Property: protected EventHandlerList Events { }
- Property: string Filter { public get; public set; }
- Property: virtual bool IsFixedSize { public get; }
- Property: virtual bool IsReadOnly { public get; }
- Property: virtual object this [int index] { public get; public set; }
- Property: ItemChangedEventMode ItemChangedEventMode { public get; public set; }
- Property: DataConnectorItemCollection Items { public get; }
- Property: IList List { public get; }
- Property: int Position { public get; public set; }
- Property: bool RaiseListChangedEvents { public get; public set; }
- Property: virtual ISite Site { public get; public set; }
- Property: string Sort { public get; public set; }
|
| System.Windows.Forms DataConnectorItem () |
| n/a
|
public class System.Windows.Forms.DataConnectorItem
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int Index { public get; }
- Property: object this [string propertyName] { public get; public set; }
- Property: object Value { public get; }
|
| System.Windows.Forms DataConnectorItemCollection () |
| n/a
|
public class System.Windows.Forms.DataConnectorItemCollection
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: DataConnectorItem this [int index] { public get; }
|
| System.Windows.Forms DataGrid () |
public class System.Windows.Forms.DataGrid
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.DataGrid
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| public class System.Windows.Forms.DataGridBoolColumn () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
|
| public abstract class System.Windows.Forms.DataGridColumnStyle () |
- Method (i): protected object MemberwiseClone ()
- Nested Type: protected class DataGridColumnHeaderAccessibleObject
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Nested Type: protected class DataGridColumnHeaderAccessibleObject
- Property: protected virtual bool CanRaiseEvents { }
|
| public class System.Windows.Forms.DataGridTableStyle () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
|
| System.Windows.Forms DataGridTextBox () |
public class System.Windows.Forms.DataGridTextBox
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.DataGridTextBox
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): public void DeselectAll ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual char GetCharFromPosition (Point pt)
- Method (i): public virtual int GetCharIndexFromPosition (Point pt)
- Method (i): public int GetFirstCharIndexFromLine (int lineNum)
- Method (i): public int GetFirstCharIndexOfCurrentLine ()
- Method (i): public virtual int GetLineFromCharIndex (int index)
- Method (i): public virtual Point GetPositionFromCharIndex (int index)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: AutoCompleteStringCollection AutoCompleteCustomSource { public get; public set; }
- Property: AutoCompleteMode AutoCompleteMode { public get; public set; }
- Property: AutoCompleteSource AutoCompleteSource { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: virtual bool ShortcutsEnabled { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseSystemPasswordChar { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
|
| public class System.Windows.Forms.DataGridTextBoxColumn () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
|
| System.Windows.Forms DataGridView () |
| n/a
|
public class System.Windows.Forms.DataGridView
|
| --> NONE <--
|
- Constructor: public DataGridView ()
- Event: public event EventHandler AllowUserToAddRowsChanged
- Event: public event EventHandler AllowUserToDeleteRowsChanged
- Event: public event EventHandler AllowUserToOrderColumnsChanged
- Event: public event EventHandler AlternatingRowsDefaultCellStyleChanged
- Event: public event EventHandler AutoGenerateColumnsChanged
- Event: public event EventHandler AutoSizeChanged
- Event: public event DataGridViewAutoSizeColumnCriteriaEventHandler AutoSizeColumnCriteriaChanged
- Event: public event EventHandler AutoSizeColumnHeadersEnabledChanged
- Event: public event DataGridViewAutoSizeModeEventHandler AutoSizeRowHeadersModeChanged
- Event: public event DataGridViewAutoSizeModeEventHandler AutoSizeRowsModeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler BorderStyleChanged
- Event: public event QuestionEventHandler CancelRowEdit
- Event: public event EventHandler CausesValidationChanged
- Event: public event DataGridViewCellCancelEventHandler CellBeginEdit
- Event: public event EventHandler CellBorderStyleChanged
- Event: public event DataGridViewCellEventHandler CellClick
- Event: public event DataGridViewCellEventHandler CellContentClick
- Event: public event DataGridViewCellEventHandler CellContextMenuStripChanged
- Event: public event DataGridViewCellContextMenuStripNeededEventHandler CellContextMenuStripNeeded
- Event: public event DataGridViewCellEventHandler CellEndEdit
- Event: public event DataGridViewCellEventHandler CellEnter
- Event: public event DataGridViewCellEventHandler CellErrorTextChanged
- Event: public event DataGridViewCellErrorTextNeededEventHandler CellErrorTextNeeded
- Event: public event DataGridViewCellFormattingEventHandler CellFormatting
- Event: public event DataGridViewCellEventHandler CellLeave
- Event: public event DataGridViewCellMouseEventHandler CellMouseClick
- Event: public event DataGridViewCellMouseEventHandler CellMouseDoubleClick
- Event: public event DataGridViewCellMouseEventHandler CellMouseDown
- Event: public event DataGridViewCellEventHandler CellMouseEnter
- Event: public event DataGridViewCellEventHandler CellMouseLeave
- Event: public event DataGridViewCellMouseEventHandler CellMouseMove
- Event: public event DataGridViewCellMouseEventHandler CellMouseUp
- Event: public event DataGridViewCellPaintingEventHandler CellPainting
- Event: public event DataGridViewCellParsingEventHandler CellParsing
- Event: public event DataGridViewCellStateChangedEventHandler CellStateChanged
- Event: public event DataGridViewCellEventHandler CellStyleChanged
- Event: public event DataGridViewCellStyleContentChangedEventHandler CellStyleContentChanged
- Event: public event DataGridViewCellEventHandler CellToolTipTextChanged
- Event: public event DataGridViewCellToolTipTextNeededEventHandler CellToolTipTextNeeded
- Event: public event DataGridViewCellEventHandler CellValidated
- Event: public event DataGridViewCellValidatingEventHandler CellValidating
- Event: public event DataGridViewCellEventHandler CellValueChanged
- Event: public event DataGridViewCellValueEventHandler CellValueNeeded
- Event: public event DataGridViewCellValueEventHandler CellValuePushed
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event DataGridViewColumnEventHandler ColumnContextMenuStripChanged
- Event: public event DataGridViewColumnEventHandler ColumnDataPropertyNameChanged
- Event: public event DataGridViewColumnEventHandler ColumnDefaultCellStyleChanged
- Event: public event DataGridViewColumnEventHandler ColumnDisplayIndexChanged
- Event: public event DataGridViewColumnEventHandler ColumnDividerWidthChanged
- Event: public event DataGridViewColumnEventHandler ColumnHeaderCellChanged
- Event: public event DataGridViewCellMouseEventHandler ColumnHeaderMouseClick
- Event: public event DataGridViewCellMouseEventHandler ColumnHeaderMouseDoubleClick
- Event: public event EventHandler ColumnHeadersBorderStyleChanged
- Event: public event EventHandler ColumnHeadersDefaultCellStyleChanged
- Event: public event EventHandler ColumnHeadersHeightChanged
- Event: public event DataGridViewColumnEventHandler ColumnMinimumWidthChanged
- Event: public event DataGridViewColumnEventHandler ColumnNameChanged
- Event: public event DataGridViewColumnEventHandler ColumnSortModeChanged
- Event: public event DataGridViewColumnStateChangedEventHandler ColumnStateChanged
- Event: public event DataGridViewColumnEventHandler ColumnToolTipTextChanged
- Event: public event DataGridViewColumnEventHandler ColumnWidthChanged
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CurrentCellChanged
- Event: public event EventHandler CurrentCellDirtyStateChanged
- Event: public event EventHandler CursorChanged
- Event: public event DataGridViewBindingCompleteEventHandler DataBindingComplete
- Event: public event DataGridViewDataErrorEventHandler DataError
- Event: public event EventHandler DataMemberChanged
- Event: public event EventHandler DataSourceChanged
- Event: public event EventHandler DefaultCellStyleChanged
- Event: public event DataGridViewRowEventHandler DefaultValuesNeeded
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event DataGridViewEditingControlShowingEventHandler EditingControlShowing
- Event: public event EventHandler EditModeChanged
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler GridColorChanged
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler MultiSelectChanged
- Event: public event DataGridViewRowEventHandler NewRowNeeded
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler ReadOnlyChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event DataGridViewRowEventHandler RowContextMenuStripChanged
- Event: public event DataGridViewRowContextMenuStripNeededEventHandler RowContextMenuStripNeeded
- Event: public event DataGridViewRowEventHandler RowDefaultCellStyleChanged
- Event: public event QuestionEventHandler RowDirtyStateNeeded
- Event: public event DataGridViewRowEventHandler RowDividerHeightChanged
- Event: public event DataGridViewCellEventHandler RowEnter
- Event: public event DataGridViewRowEventHandler RowErrorTextChanged
- Event: public event DataGridViewRowErrorTextNeededEventHandler RowErrorTextNeeded
- Event: public event DataGridViewRowEventHandler RowHeaderCellChanged
- Event: public event DataGridViewCellMouseEventHandler RowHeaderMouseClick
- Event: public event DataGridViewCellMouseEventHandler RowHeaderMouseDoubleClick
- Event: public event EventHandler RowHeadersBorderStyleChanged
- Event: public event EventHandler RowHeadersDefaultCellStyleChanged
- Event: public event EventHandler RowHeadersWidthChanged
- Event: public event DataGridViewRowEventHandler RowHeightChanged
- Event: public event DataGridViewRowHeightInfoNeededEventHandler RowHeightInfoNeeded
- Event: public event DataGridViewRowHeightInfoPushedEventHandler RowHeightInfoPushed
- Event: public event DataGridViewCellEventHandler RowLeave
- Event: public event DataGridViewRowEventHandler RowMinimumHeightChanged
- Event: public event DataGridViewRowPostPaintEventHandler RowPostPaint
- Event: public event DataGridViewRowPrePaintEventHandler RowPrePaint
- Event: public event DataGridViewRowsAddedEventHandler RowsAdded
- Event: public event EventHandler RowsDefaultCellStyleChanged
- Event: public event DataGridViewRowsDeletedEventHandler RowsDeleted
- Event: public event DataGridViewRowStateChangedEventHandler RowStateChanged
- Event: public event DataGridViewRowEventHandler RowUnshared
- Event: public event DataGridViewCellEventHandler RowValidated
- Event: public event DataGridViewCellCancelEventHandler RowValidating
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SelectionChanged
- Event: public event EventHandler SizeChanged
- Event: public event DataGridViewSortCompareEventHandler SortCompare
- Event: public event EventHandler Sorted
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event DataGridViewRowEventHandler UserAddedRow
- Event: public event DataGridViewRowEventHandler UserDeletedRow
- Event: public event DataGridViewRowCancelEventHandler UserDeletingRow
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method: public virtual DataGridViewAdvancedBorderStyle AdjustColumnHeaderBorderStyle (DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool firstDisplayedColumn, bool lastVisibleColumn)
- Method: public bool AreAllCellsSelected (bool includeInvisibleCells)
- Method: public void AutoSizeColumn (DataGridViewAutoSizeColumnCriteria autoSizeColumnCriteria, int columnIndex)
- Method: public void AutoSizeColumn (DataGridViewAutoSizeColumnCriteria autoSizeColumnCriteria, int columnIndex, bool fixedHeight)
- Method: public void AutoSizeColumnHeaders ()
- Method: public void AutoSizeColumnHeaders (bool fixedRowHeadersWidth, bool fixedColumnsWidth)
- Method: public void AutoSizeColumnHeaders (int columnIndex)
- Method: public void AutoSizeColumnHeaders (int columnIndex, bool fixedRowHeadersWidth, bool fixedColumnWidth)
- Method: public void AutoSizeColumns (DataGridViewAutoSizeColumnCriteria autoSizeColumnCriteria)
- Method: public void AutoSizeColumns (DataGridViewAutoSizeColumnCriteria autoSizeColumnCriteria, bool fixedHeight)
- Method: public void AutoSizeRow (DataGridViewAutoSizeRowCriteria autoSizeRowCriteria, int rowIndex)
- Method: public void AutoSizeRow (DataGridViewAutoSizeRowCriteria autoSizeRowCriteria, int rowIndex, bool fixedWidth)
- Method: public void AutoSizeRowHeaders (DataGridViewAutoSizeRowHeadersMode autoSizeRowHeadersMode)
- Method: public void AutoSizeRowHeaders (DataGridViewAutoSizeRowHeadersMode autoSizeRowHeadersMode, bool fixedColumnHeadersHeight, bool fixedRowsHeight)
- Method: public void AutoSizeRowHeaders (DataGridViewAutoSizeRowHeadersMode autoSizeRowHeadersMode, int rowIndex)
- Method: public void AutoSizeRowHeaders (DataGridViewAutoSizeRowHeadersMode autoSizeRowHeadersMode, int rowIndex, bool fixedColumnHeadersHeight, bool fixedRowHeight)
- Method: public void AutoSizeRows (DataGridViewAutoSizeRowCriteria autoSizeRowCriteria, int rowIndexStart, int rowsCount, bool fixedWidth)
- Method: public void AutoSizeRows (DataGridViewAutoSizeRowsMode autoSizeRowsMode)
- Method: public void AutoSizeRows (DataGridViewAutoSizeRowsMode autoSizeRowsMode, bool fixedWidth)
- Method: public bool BeginEdit (bool selectAll)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method: public bool CancelEdit ()
- Method: public void ClearSelection ()
- Method: public bool CommitEdit (DataGridViewDataErrorContext context)
- Method (i): public bool Contains (Control ctl)
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method: protected virtual DataGridViewColumnCollection CreateColumnsInstance ()
- Method (i): public void CreateControl ()
- Method: protected override ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method: protected virtual DataGridViewRowCollection CreateRowsInstance ()
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method: public int DisplayedColumnCount (bool includePartialColumns)
- Method: public int DisplayedRowCount (bool includePartialRow)
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method: public bool EndEdit (DataGridViewDataErrorContext context)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method: protected override AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method: public int GetCellCount (DataGridViewElementState includeFilter)
- Method: public Rectangle GetCellDisplayRectangle (int columnIndex, int rowIndex, bool cutOverflow)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method: public virtual DataObject GetClipboardContent ()
- Method: public Rectangle GetColumnDisplayRectangle (int columnIndex, bool cutOverflow)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method: public Rectangle GetRowDisplayRectangle (int rowIndex, bool cutOverflow)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method: public HitTestInfo HitTest (int x, int y)
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method: public void InvalidateCell (int columnIndex, int rowIndex)
- Method: public void InvalidateCell (DataGridViewCell dataGridViewCell)
- Method: public void InvalidateColumn (int columnIndex)
- Method: public void InvalidateRow (int rowIndex)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method: protected override bool IsInputChar (char charCode)
- Method: protected override bool IsInputKey (Keys keyData)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: public virtual void NotifyCurrentCellDirty (bool dirty)
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method: protected virtual void OnAllowUserToAddRowsChanged (EventArgs e)
- Method: protected virtual void OnAllowUserToDeleteRowsChanged (EventArgs e)
- Method: protected virtual void OnAllowUserToOrderColumnsChanged (EventArgs e)
- Method: protected virtual void OnAlternatingRowsDefaultCellStyleChanged (EventArgs e)
- Method: protected virtual void OnAutoGenerateColumnsChanged (EventArgs e)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method: protected virtual void OnAutoSizeColumnCriteriaChanged (DataGridViewAutoSizeColumnCriteriaEventArgs e)
- Method: protected virtual void OnAutoSizeColumnHeadersEnabledChanged (EventArgs e)
- Method: protected virtual void OnAutoSizeRowHeadersModeChanged (DataGridViewAutoSizeModeEventArgs e)
- Method: protected virtual void OnAutoSizeRowsModeChanged (DataGridViewAutoSizeModeEventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method: protected virtual void OnBackgroundColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method: protected override void OnBindingContextChanged (EventArgs e)
- Method: protected virtual void OnBorderStyleChanged (EventArgs e)
- Method: protected virtual void OnCancelRowEdit (QuestionEventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method: protected virtual void OnCellBeginEdit (DataGridViewCellCancelEventArgs e)
- Method: protected virtual void OnCellBorderStyleChanged (EventArgs e)
- Method: protected virtual void OnCellClick (DataGridViewCellEventArgs e)
- Method: protected virtual void OnCellContentClick (DataGridViewCellEventArgs e)
- Method: protected virtual void OnCellContextMenuStripChanged (DataGridViewCellEventArgs e)
- Method: protected virtual void OnCellContextMenuStripNeeded (DataGridViewCellContextMenuStripNeededEventArgs e)
- Method: protected virtual void OnCellEndEdit (DataGridViewCellEventArgs e)
- Method: protected virtual void OnCellEnter (DataGridViewCellEventArgs e)
- Method: protected virtual void OnCellErrorTextChanged (DataGridViewCellEventArgs e)
- Method: protected virtual void OnCellErrorTextNeeded (DataGridViewCellErrorTextNeededEventArgs e)
- Method: protected virtual void OnCellFormatting (DataGridViewCellFormattingEventArgs e)
- Method: protected virtual void OnCellLeave (DataGridViewCellEventArgs e)
- Method: protected virtual void OnCellMouseClick (DataGridViewCellMouseEventArgs e)
- Method: protected virtual void OnCellMouseDoubleClick (DataGridViewCellMouseEventArgs e)
- Method: protected virtual void OnCellMouseDown (DataGridViewCellMouseEventArgs e)
- Method: protected virtual void OnCellMouseEnter (DataGridViewCellEventArgs e)
- Method: protected virtual void OnCellMouseLeave (DataGridViewCellEventArgs e)
- Method: protected virtual void OnCellMouseMove (DataGridViewCellMouseEventArgs e)
- Method: protected virtual void OnCellMouseUp (DataGridViewCellMouseEventArgs e)
- Method: ProtectedInternal virtual void OnCellPainting (DataGridViewCellPaintingEventArgs e)
- Method: protected virtual void OnCellParsing (DataGridViewCellParsingEventArgs e)
- Method: protected virtual void OnCellStateChanged (DataGridViewCellStateChangedEventArgs e)
- Method: protected virtual void OnCellStyleChanged (DataGridViewCellEventArgs e)
- Method: protected virtual void OnCellStyleContentChanged (DataGridViewCellStyleContentChangedEventArgs e)
- Method: protected virtual void OnCellToolTipTextChanged (DataGridViewCellEventArgs e)
- Method: protected virtual void OnCellToolTipTextNeeded (DataGridViewCellToolTipTextNeededEventArgs e)
- Method: protected virtual void OnCellValidated (DataGridViewCellEventArgs e)
- Method: protected virtual void OnCellValidating (DataGridViewCellValidatingEventArgs e)
- Method: protected virtual void OnCellValueChanged (DataGridViewCellEventArgs e)
- Method: protected virtual void OnCellValueNeeded (DataGridViewCellValueEventArgs e)
- Method: protected virtual void OnCellValuePushed (DataGridViewCellValueEventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method: protected virtual void OnColumnContextMenuStripChanged (DataGridViewColumnEventArgs e)
- Method: protected virtual void OnColumnDataPropertyNameChanged (DataGridViewColumnEventArgs e)
- Method: protected virtual void OnColumnDefaultCellStyleChanged (DataGridViewColumnEventArgs e)
- Method: protected virtual void OnColumnDisplayIndexChanged (DataGridViewColumnEventArgs e)
- Method: protected virtual void OnColumnDividerWidthChanged (DataGridViewColumnEventArgs e)
- Method: protected virtual void OnColumnHeaderCellChanged (DataGridViewColumnEventArgs e)
- Method: protected virtual void OnColumnHeaderMouseClick (DataGridViewCellMouseEventArgs e)
- Method: protected virtual void OnColumnHeaderMouseDoubleClick (DataGridViewCellMouseEventArgs e)
- Method: protected virtual void OnColumnHeadersBorderStyleChanged (EventArgs e)
- Method: protected virtual void OnColumnHeadersDefaultCellStyleChanged (EventArgs e)
- Method: protected virtual void OnColumnHeadersHeightChanged (EventArgs e)
- Method: protected virtual void OnColumnMinimumWidthChanged (DataGridViewColumnEventArgs e)
- Method: protected virtual void OnColumnNameChanged (DataGridViewColumnEventArgs e)
- Method: protected virtual void OnColumnSortModeChanged (DataGridViewColumnEventArgs e)
- Method: protected virtual void OnColumnStateChanged (DataGridViewColumnStateChangedEventArgs e)
- Method: protected virtual void OnColumnToolTipTextChanged (DataGridViewColumnEventArgs e)
- Method: protected virtual void OnColumnWidthChanged (DataGridViewColumnEventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method: protected virtual void OnCurrentCellChanged (EventArgs e)
- Method: protected virtual void OnCurrentCellDirtyStateChanged (EventArgs e)
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method: protected virtual void OnDataBindingComplete (DataGridViewBindingCompleteEventArgs e)
- Method: protected virtual void OnDataError (bool displayErrorDialogIfNoHandler, DataGridViewDataErrorEventArgs e)
- Method: protected virtual void OnDataMemberChanged (EventArgs e)
- Method: protected virtual void OnDataSourceChanged (EventArgs e)
- Method: protected virtual void OnDefaultCellStyleChanged (EventArgs e)
- Method: protected virtual void OnDefaultValuesNeeded (DataGridViewRowEventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method: protected virtual void OnEditingControlShowing (DataGridViewEditingControlShowingEventArgs e)
- Method: protected virtual void OnEditModeChanged (EventArgs e)
- Method: protected override void OnEnabledChanged (EventArgs e)
- Method: protected override void OnEnter (EventArgs e)
- Method: protected override void OnFontChanged (EventArgs e)
- Method: protected override void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method: protected virtual void OnGridColorChanged (EventArgs e)
- Method: protected override void OnHandleCreated (EventArgs e)
- Method: protected override void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method: protected override void OnKeyDown (KeyEventArgs e)
- Method: protected override void OnKeyPress (KeyPressEventArgs e)
- Method: protected override void OnKeyUp (KeyEventArgs e)
- Method: protected override void OnLayout (LayoutEventArgs e)
- Method: protected override void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method: protected override void OnMouseClick (MouseEventArgs e)
- Method: protected override void OnMouseDoubleClick (MouseEventArgs e)
- Method: protected override void OnMouseDown (MouseEventArgs e)
- Method: protected override void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method: protected override void OnMouseLeave (EventArgs e)
- Method: protected override void OnMouseMove (MouseEventArgs e)
- Method: protected override void OnMouseUp (MouseEventArgs e)
- Method: protected override void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method: protected virtual void OnMultiSelectChanged (EventArgs e)
- Method: protected virtual void OnNewRowNeeded (DataGridViewRowEventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs pevent)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method: protected virtual void OnReadOnlyChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method: protected override void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: protected override void OnRightToLeftChanged (EventArgs e)
- Method: protected virtual void OnRowContextMenuStripChanged (DataGridViewRowEventArgs e)
- Method: protected virtual void OnRowContextMenuStripNeeded (DataGridViewRowContextMenuStripNeededEventArgs e)
- Method: protected virtual void OnRowDefaultCellStyleChanged (DataGridViewRowEventArgs e)
- Method: protected virtual void OnRowDirtyStateNeeded (QuestionEventArgs e)
- Method: protected virtual void OnRowDividerHeightChanged (DataGridViewRowEventArgs e)
- Method: protected virtual void OnRowEnter (DataGridViewCellEventArgs e)
- Method: protected virtual void OnRowErrorTextChanged (DataGridViewRowEventArgs e)
- Method: protected virtual void OnRowErrorTextNeeded (DataGridViewRowErrorTextNeededEventArgs e)
- Method: protected virtual void OnRowHeaderCellChanged (DataGridViewRowEventArgs e)
- Method: protected virtual void OnRowHeaderMouseClick (DataGridViewCellMouseEventArgs e)
- Method: protected virtual void OnRowHeaderMouseDoubleClick (DataGridViewCellMouseEventArgs e)
- Method: protected virtual void OnRowHeadersBorderStyleChanged (EventArgs e)
- Method: protected virtual void OnRowHeadersDefaultCellStyleChanged (EventArgs e)
- Method: protected virtual void OnRowHeadersWidthChanged (EventArgs e)
- Method: protected virtual void OnRowHeightChanged (DataGridViewRowEventArgs e)
- Method: protected virtual void OnRowHeightInfoNeeded (DataGridViewRowHeightInfoNeededEventArgs e)
- Method: protected virtual void OnRowHeightInfoPushed (DataGridViewRowHeightInfoPushedEventArgs e)
- Method: protected virtual void OnRowLeave (DataGridViewCellEventArgs e)
- Method: protected virtual void OnRowMinimumHeightChanged (DataGridViewRowEventArgs e)
- Method: ProtectedInternal virtual void OnRowPostPaint (DataGridViewRowPostPaintEventArgs e)
- Method: ProtectedInternal virtual void OnRowPrePaint (DataGridViewRowPrePaintEventArgs e)
- Method: protected virtual void OnRowsAdded (DataGridViewRowsAddedEventArgs e)
- Method: protected virtual void OnRowsDefaultCellStyleChanged (EventArgs e)
- Method: protected virtual void OnRowsDeleted (DataGridViewRowsDeletedEventArgs e)
- Method: protected virtual void OnRowStateChanged (int rowIndex, DataGridViewRowStateChangedEventArgs e)
- Method: protected virtual void OnRowUnshared (DataGridViewRowEventArgs e)
- Method: protected virtual void OnRowValidated (DataGridViewCellEventArgs e)
- Method: protected virtual void OnRowValidating (DataGridViewCellCancelEventArgs e)
- Method: protected virtual void OnScroll (ScrollEventArgs e)
- Method: protected virtual void OnSelectionChanged (EventArgs e)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method: protected virtual void OnSortCompare (DataGridViewSortCompareEventArgs e)
- Method: protected virtual void OnSorted (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method: protected virtual void OnUserAddedRow (DataGridViewRowEventArgs e)
- Method: protected virtual void OnUserDeletedRow (DataGridViewRowEventArgs e)
- Method: protected virtual void OnUserDeletingRow (DataGridViewRowCancelEventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method: protected override void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method: protected virtual void PaintBackground (Graphics graphics, Rectangle clipBounds, Rectangle gridBounds)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method: protected bool ProcessAKey (Keys keyData)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method: protected bool ProcessDataGridViewKey (KeyEventArgs e)
- Method: protected bool ProcessDeleteKey (Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method: protected override bool ProcessDialogKey (Keys keyData)
- Method: protected bool ProcessDownKey (Keys keyData)
- Method: protected bool ProcessEndKey (Keys keyData)
- Method: protected bool ProcessEnterKey (Keys keyData)
- Method: protected bool ProcessEscapeKey (Keys keyData)
- Method: protected bool ProcessF2Key (Keys keyData)
- Method: protected bool ProcessHomeKey (Keys keyData)
- Method: protected bool ProcessInsertKey (Keys keyData)
- Method: protected override bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method: protected override bool ProcessKeyPreview (Message m)
- Method: protected bool ProcessLeftKey (Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method: protected bool ProcessNextKey (Keys keyData)
- Method: protected bool ProcessPriorKey (Keys keyData)
- Method: protected bool ProcessRightKey (Keys keyData)
- Method: protected bool ProcessSpaceKey (Keys keyData)
- Method: protected bool ProcessTabKey (Keys keyData)
- Method: protected bool ProcessUpKey (Keys keyData)
- Method: protected bool ProcessZeroKey (Keys keyData)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method: public bool RefreshEdit ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method: public void SelectAll ()
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method: protected override void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method: protected virtual bool SetCurrentCellAddressCore (int columnIndex, int rowIndex, bool setAnchorCellAddress, bool validateCurrentCell, bool throughMouseClick)
- Method: protected virtual void SetSelectedCellCore (int columnIndex, int rowIndex, bool selected)
- Method: protected virtual void SetSelectedColumnCore (int columnIndex, bool selected)
- Method: protected virtual void SetSelectedRowCore (int rowIndex, bool selected)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method: public void Sort (IComparer comparer)
- Method: public void Sort (DataGridViewColumn dataGridViewColumn, ListSortDirection direction)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method: public void UpdateCellErrorText (int columnIndex, int rowIndex)
- Method: public void UpdateRowErrorText (int rowIndex)
- Method: public void UpdateRowErrorText (int rowIndexStart, int rowIndexEnd)
- Method: public void UpdateRowHeightInfo (int rowIndex)
- Method: public void UpdateRowHeightInfo (int rowIndexStart, int rowIndexEnd)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method: protected override void WndProc (Message m)
- Nested Type: protected class DataGridViewAccessibleObject
- Nested Type: public class DataGridViewControlCollection
- Nested Type: protected class DataGridViewTopRowAccessibleObject
- Nested Type: public sealed class HitTestInfo
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual DataGridViewAdvancedBorderStyle AdjustedTopLeftHeaderBorderStyle { public get; }
- Property: ProtectedInternal DataGridViewAdvancedBorderStyle AdvancedCellBorderStyle { }
- Property: ProtectedInternal DataGridViewAdvancedBorderStyle AdvancedColumnHeadersBorderStyle { }
- Property: ProtectedInternal DataGridViewAdvancedBorderStyle AdvancedRowHeadersBorderStyle { }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: bool AllowUserToAddRows { public get; public set; }
- Property: bool AllowUserToDeleteRows { public get; public set; }
- Property: bool AllowUserToOrderColumns { public get; public set; }
- Property: DataGridViewCellStyle AlternatingRowsDefaultCellStyle { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: bool AutoGenerateColumns { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: bool AutoSizeColumnHeadersEnabled { public get; public set; }
- Property: DataGridViewAutoSizeRowHeadersMode AutoSizeRowHeadersMode { public get; public set; }
- Property: DataGridViewAutoSizeRowsMode AutoSizeRowsMode { public get; public set; }
- Property: override Color BackColor { public get; public set; }
- Property: Color BackgroundColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: BorderStyle BorderStyle { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: DataGridViewCellBorderStyle CellBorderStyle { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: DataGridViewClipboardCopyMode ClipboardCopyMode { public get; public set; }
- Property: int ColumnCount { public get; public set; }
- Property: DataGridViewHeaderBorderStyle ColumnHeadersBorderStyle { public get; public set; }
- Property: DataGridViewCellStyle ColumnHeadersDefaultCellStyle { public get; public set; }
- Property: int ColumnHeadersHeight { public get; public set; }
- Property: bool ColumnHeadersHeightResizable { public get; public set; }
- Property: bool ColumnHeadersVisible { public get; public set; }
- Property: DataGridViewColumnCollection Columns { public get; }
- Property: bool ColumnsResizable { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: DataGridViewCell CurrentCell { public get; public set; }
- Property: Point CurrentCellAddress { public get; }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: string DataMember { public get; public set; }
- Property: object DataSource { public get; public set; }
- Property: DataGridViewCellStyle DefaultCellStyle { public get; public set; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: protected virtual bool DoubleBuffered { }
- Property: Control EditingControl { public get; }
- Property: Panel EditingPanel { public get; }
- Property: DataGridViewEditMode EditMode { public get; public set; }
- Property: bool Enabled { public get; public set; }
- Property: bool EnableHeadersVisualStyles { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: DataGridViewCell FirstDisplayedCell { public get; public set; }
- Property: int FirstDisplayedScrollingColumnHiddenWidth { public get; }
- Property: int FirstDisplayedScrollingColumnIndex { public get; public set; }
- Property: int FirstDisplayedScrollingRowIndex { public get; public set; }
- Property: virtual bool Focused { public get; }
- Property: override Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: override Color ForeColor { public get; public set; }
- Property: Color GridColor { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: protected ScrollBar HorizontalScrollBar { }
- Property: int HorizontalScrollingOffset { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsCurrentCellDirty { public get; }
- Property: bool IsCurrentCellInEditMode { public get; }
- Property: bool IsCurrentRowDirty { public get; }
- Property: bool IsDisposed { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: bool MultiSelect { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: bool ReadOnly { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: int RowCount { public get; public set; }
- Property: DataGridViewHeaderBorderStyle RowHeadersBorderStyle { public get; public set; }
- Property: DataGridViewCellStyle RowHeadersDefaultCellStyle { public get; public set; }
- Property: bool RowHeadersVisible { public get; public set; }
- Property: int RowHeadersWidth { public get; public set; }
- Property: bool RowHeadersWidthResizable { public get; public set; }
- Property: DataGridViewRowCollection Rows { public get; }
- Property: DataGridViewCellStyle RowsDefaultCellStyle { public get; public set; }
- Property: bool RowsResizable { public get; public set; }
- Property: DataGridViewRow RowTemplate { public get; public set; }
- Property: ScrollBars ScrollBars { public get; public set; }
- Property: DataGridViewSelectedCellCollection SelectedCells { public get; }
- Property: DataGridViewSelectedColumnCollection SelectedColumns { public get; }
- Property: DataGridViewSelectedRowCollection SelectedRows { public get; }
- Property: DataGridViewSelectionMode SelectionMode { public get; public set; }
- Property: bool ShowCellErrors { public get; public set; }
- Property: bool ShowCellToolTips { public get; public set; }
- Property: bool ShowEditingIcon { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool ShowRowErrors { public get; public set; }
- Property: override ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: DataGridViewColumn SortedColumn { public get; }
- Property: SortOrder SortOrder { public get; }
- Property: bool StandardTab { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: override string Text { public get; public set; }
- Property: int Top { public get; public set; }
- Property: DataGridViewHeaderCell TopLeftHeaderCell { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: protected ScrollBar VerticalScrollBar { }
- Property: int VerticalScrollingOffset { public get; }
- Property: bool VirtualMode { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| System.Windows.Forms DataGridViewAdvancedBorderStyle () |
| n/a
|
public sealed class System.Windows.Forms.DataGridViewAdvancedBorderStyle
|
| --> NONE <--
|
- Constructor: public DataGridViewAdvancedBorderStyle ()
- Method: public override bool Equals (object other)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: DataGridViewAdvancedCellBorderStyle All { public get; public set; }
- Property: DataGridViewAdvancedCellBorderStyle Bottom { public get; public set; }
- Property: DataGridViewAdvancedCellBorderStyle Left { public get; public set; }
- Property: DataGridViewAdvancedCellBorderStyle Right { public get; public set; }
- Property: DataGridViewAdvancedCellBorderStyle Top { public get; public set; }
|
| DataGridViewAdvancedCellBorderStyle () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewAdvancedCellBorderStyle
                    NotSet = 0,
                    None = 1,
                    Single = 2,
                    Inset = 3,
                    InsetDouble = 4,
                    Outset = 5,
                    OutsetDouble = 6,
                    OutsetPartial = 7,
|
| --> NONE <--
|
--> NONE <--
|
| DataGridViewAutoSizeColumnCriteria () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewAutoSizeColumnCriteria
                    None = 0,
                    HeaderOnly = 1,
                    Rows = 2,
                    HeaderAndRows = 3,
                    DisplayedRows = 4,
                    HeaderAndDisplayedRows = 5,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DataGridViewAutoSizeColumnCriteriaEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewAutoSizeColumnCriteriaEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewAutoSizeColumnCriteriaEventArgs (DataGridViewColumn dataGridViewColumn, bool previousCriteriaAutoSized)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DataGridViewColumn Column { public get; }
- Property: bool PreviousCriteriaAutoSized { public get; }
|
| System.Windows.Forms DataGridViewAutoSizeColumnCriteriaEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewAutoSizeColumnCriteriaEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewAutoSizeColumnCriteriaEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewAutoSizeColumnCriteriaEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewAutoSizeColumnCriteriaEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewAutoSizeModeEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewAutoSizeModeEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewAutoSizeModeEventArgs (bool previousModeAutoSized)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool PreviousModeAutoSized { public get; }
|
| System.Windows.Forms DataGridViewAutoSizeModeEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewAutoSizeModeEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewAutoSizeModeEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewAutoSizeModeEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewAutoSizeModeEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| DataGridViewAutoSizeRowCriteria () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewAutoSizeRowCriteria
                    HeaderOnly = 1,
                    Columns = 2,
                    HeaderAndColumns = 3,
|
| --> NONE <--
|
--> NONE <--
|
| DataGridViewAutoSizeRowHeadersMode () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewAutoSizeRowHeadersMode
                    None = 0,
                    AllRows = 1,
                    FirstDisplayedRow = 2,
|
| --> NONE <--
|
--> NONE <--
|
| DataGridViewAutoSizeRowsMode () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewAutoSizeRowsMode
                    None = 0,
                    HeaderOnlyAllRows = 5,
                    ColumnsAllRows = 6,
                    HeaderAndColumnsAllRows = 7,
                    HeaderOnlyDisplayedRows = 9,
                    ColumnsDisplayedRows = 10,
                    HeaderAndColumnsDisplayedRows = 11,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DataGridViewBand () |
| n/a
|
public class System.Windows.Forms.DataGridViewBand
|
| --> NONE <--
|
- Method: public virtual object Clone ()
- Method: public virtual void Dispose ()
- Method: protected virtual void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method: protected override void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: protected override void OnDataGridViewChanged ()
- Method: public override string ToString ()
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: DataGridViewCellStyle DefaultCellStyle { public get; public set; }
- Property: Type DefaultHeaderCellType { public get; public set; }
- Property: bool Frozen { public get; public set; }
- Property: bool HasDefaultCellStyle { public get; }
- Property: protected DataGridViewHeaderCell HeaderCellCore { }
- Property: int Index { public get; }
- Property: protected bool IsRow { }
- Property: bool ReadOnly { public get; public set; }
- Property: DataGridViewTriState Resizable { public get; public set; }
- Property: bool Selected { public get; public set; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: object Tag { public get; public set; }
- Property: bool Visible { public get; public set; }
|
| System.Windows.Forms DataGridViewBindingCompleteEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewBindingCompleteEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewBindingCompleteEventArgs (ListChangedType listChangedType)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ListChangedType ListChangedType { public get; }
|
| System.Windows.Forms DataGridViewBindingCompleteEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewBindingCompleteEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewBindingCompleteEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewBindingCompleteEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewBindingCompleteEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewButtonCell () |
| n/a
|
public class System.Windows.Forms.DataGridViewButtonCell
|
| --> NONE <--
|
- Constructor: public DataGridViewButtonCell ()
- Method (i): public virtual DataGridViewAdvancedBorderStyle AdjustCellBorderStyle (DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual Rectangle BorderWidths (DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method: public override object Clone ()
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual void DetachEditingControl ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): protected virtual bool EnterUnsharesRow (int rowIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected virtual object GetClipboardContent (int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)
- Method: protected override Rectangle GetContentBounds (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
- Method (i): public object GetEditedFormattedValue (int rowIndex, DataGridViewDataErrorContext context)
- Method (i): ProtectedInternal virtual string GetErrorText (int rowIndex)
- Method (i): protected virtual object GetFormattedValue (object value, int rowIndex, DataGridViewCellStyle cellStyle, DataGridViewDataErrorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual ContextMenuStrip GetInheritedContextMenuStrip (int rowIndex)
- Method (i): public virtual DataGridViewCellStyle GetInheritedDataGridViewCellStyle (DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)
- Method: protected override Size GetPreferredSize (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize)
- Method (i): protected virtual Size GetSize (int rowIndex)
- Method (i): public Type GetType ()
- Method: protected override object GetValue (int rowIndex)
- Method (i): public virtual void InitializeEditingControl (int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle)
- Method: protected override bool KeyDownUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): public virtual bool KeyEntersEditMode (KeyEventArgs e)
- Method: protected override bool KeyUpUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual bool LeaveUnsharesRow (int rowIndex)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool MouseClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool MouseDoubleClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method (i): protected virtual void OnEnter (int rowIndex, bool throughMouseClick)
- Method: protected override void OnKeyDown (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual bool OnKeyPressUnsharesRow (KeyPressEventArgs e, int rowIndex)
- Method: protected override void OnKeyUp (KeyEventArgs e, int rowIndex)
- Method: protected override void OnLeave (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnMouseClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (DataGridViewCellMouseEventArgs e)
- Method: protected override void OnMouseDown (DataGridViewCellMouseEventArgs e)
- Method: protected override bool OnMouseDownUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void OnMouseEnter (int rowIndex)
- Method: protected override bool OnMouseEnterUnsharesRow (int rowIndex)
- Method: protected override void OnMouseLeave (int rowIndex)
- Method: protected override bool OnMouseLeaveUnsharesRow (int rowIndex)
- Method (i): protected virtual void OnMouseMove (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseMoveUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void OnMouseUp (DataGridViewCellMouseEventArgs e)
- Method: protected override bool OnMouseUpUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void Paint (Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementState elementState, object val, object formattedVal, string errorText, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle, bool paintSelectionBackground, bool paintFocus)
- Method (i): protected virtual void PaintBorder (Graphics graphics, Rectangle clipBounds, Rectangle bounds, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method (i): protected virtual void PaintErrorIcon (Graphics graphics, Rectangle clipBounds, Rectangle cellValueBounds, string errorText)
- Method (i): public virtual void ParseFormattedValue (object formattedValue, out object value, DataGridViewCellStyle cellStyle)
- Method (i): public virtual void PositionEditingControl (bool setLocation, bool setSize, Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual bool SetValue (int rowIndex, object value)
- Method: public override string ToString ()
- Nested Type: protected class DataGridViewButtonCellAccessibleObject
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: int ColumnIndex { public get; }
- Property: Rectangle ContentBounds { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: virtual object DefaultNewRowValue { public get; }
- Property: bool DisplayTextAsFormattedValue { public get; public set; }
- Property: object EditedFormattedValue { public get; }
- Property: override Type EditType { public get; }
- Property: protected Rectangle ErrorIconBounds { }
- Property: string ErrorText { public get; public set; }
- Property: FlatStyle FlatStyle { public get; public set; }
- Property: object FormattedValue { public get; }
- Property: override Type FormattedValueType { public get; }
- Property: bool Frozen { public get; }
- Property: bool HasStyle { public get; }
- Property: Size PreferredSize { public get; }
- Property: bool ReadOnly { public get; public set; }
- Property: bool Resizable { public get; }
- Property: int RowIndex { public get; }
- Property: bool Selected { public get; public set; }
- Property: Size Size { public get; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: DataGridViewCellStyle Style { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: object Value { public get; public set; }
- Property: override Type ValueType { public get; }
- Property: bool Visible { public get; }
|
| System.Windows.Forms DataGridViewButtonColumn () |
| n/a
|
public class System.Windows.Forms.DataGridViewButtonColumn
|
| --> NONE <--
|
- Constructor: public DataGridViewButtonColumn ()
- Event: public event EventHandler Disposed
- Method: public override object Clone ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual int GetPreferredWidth (DataGridViewAutoSizeColumnCriteria autoSizeColumnCriteria, bool fixedHeight)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method: public override string ToString ()
- Property: DataGridViewAutoSizeColumnCriteria AutoSizeCriteria { public get; public set; }
- Property: override DataGridViewCell CellTemplate { public get; public set; }
- Property: Type CellType { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: string DataPropertyName { public get; public set; }
- Property: DataGridViewCellStyle DefaultCellStyle { public get; public set; }
- Property: Type DefaultHeaderCellType { public get; public set; }
- Property: int DisplayIndex { public get; public set; }
- Property: bool DisplayTextAsFormattedValue { public get; public set; }
- Property: int DividerWidth { public get; public set; }
- Property: FlatStyle FlatStyle { public get; public set; }
- Property: bool Frozen { public get; public set; }
- Property: bool HasDefaultCellStyle { public get; }
- Property: DataGridViewColumnHeaderCell HeaderCell { public get; public set; }
- Property: protected DataGridViewHeaderCell HeaderCellCore { }
- Property: string HeaderText { public get; public set; }
- Property: int Index { public get; }
- Property: bool IsDataBound { public get; }
- Property: protected bool IsRow { }
- Property: int MinimumWidth { public get; public set; }
- Property: string Name { public get; public set; }
- Property: bool ReadOnly { public get; public set; }
- Property: DataGridViewTriState Resizable { public get; public set; }
- Property: bool Selected { public get; public set; }
- Property: virtual ISite Site { public get; public set; }
- Property: DataGridViewColumnSortMode SortMode { public get; public set; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: object Tag { public get; public set; }
- Property: string Text { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: Type ValueType { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms DataGridViewCell () |
| n/a
|
public abstract class System.Windows.Forms.DataGridViewCell
|
| --> NONE <--
|
- Constructor: protected DataGridViewCell ()
- Method: public virtual DataGridViewAdvancedBorderStyle AdjustCellBorderStyle (DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method: protected virtual Rectangle BorderWidths (DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method: public virtual object Clone ()
- Method: protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method: public virtual void DetachEditingControl ()
- Method: public virtual void Dispose ()
- Method: protected virtual void Dispose (bool disposing)
- Method: protected virtual bool EnterUnsharesRow (int rowIndex)
- Method (i): public virtual bool Equals (object obj)
- Method: protected override void Finalize ()
- Method: protected virtual object GetClipboardContent (int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)
- Method: protected virtual Rectangle GetContentBounds (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
- Method: public object GetEditedFormattedValue (int rowIndex, DataGridViewDataErrorContext context)
- Method: ProtectedInternal virtual string GetErrorText (int rowIndex)
- Method: protected virtual object GetFormattedValue (object value, int rowIndex, DataGridViewCellStyle cellStyle, DataGridViewDataErrorContext context)
- Method (i): public virtual int GetHashCode ()
- Method: public virtual ContextMenuStrip GetInheritedContextMenuStrip (int rowIndex)
- Method: public virtual DataGridViewCellStyle GetInheritedDataGridViewCellStyle (DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)
- Method: protected virtual Size GetPreferredSize (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize)
- Method: protected virtual Size GetSize (int rowIndex)
- Method (i): public Type GetType ()
- Method: protected virtual object GetValue (int rowIndex)
- Method: public virtual void InitializeEditingControl (int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle)
- Method: protected virtual bool KeyDownUnsharesRow (KeyEventArgs e, int rowIndex)
- Method: public virtual bool KeyEntersEditMode (KeyEventArgs e)
- Method: protected virtual bool KeyUpUnsharesRow (KeyEventArgs e, int rowIndex)
- Method: protected virtual bool LeaveUnsharesRow (int rowIndex)
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual bool MouseClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected virtual bool MouseDoubleClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void OnDataGridViewChanged ()
- Method: protected virtual void OnEnter (int rowIndex, bool throughMouseClick)
- Method: protected virtual void OnKeyDown (KeyEventArgs e, int rowIndex)
- Method: protected virtual void OnKeyPress (KeyPressEventArgs e, int rowIndex)
- Method: protected virtual bool OnKeyPressUnsharesRow (KeyPressEventArgs e, int rowIndex)
- Method: protected virtual void OnKeyUp (KeyEventArgs e, int rowIndex)
- Method: protected virtual void OnLeave (int rowIndex, bool throughMouseClick)
- Method: protected virtual void OnMouseClick (DataGridViewCellMouseEventArgs e)
- Method: protected virtual void OnMouseDoubleClick (DataGridViewCellMouseEventArgs e)
- Method: protected virtual void OnMouseDown (DataGridViewCellMouseEventArgs e)
- Method: protected virtual bool OnMouseDownUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected virtual void OnMouseEnter (int rowIndex)
- Method: protected virtual bool OnMouseEnterUnsharesRow (int rowIndex)
- Method: protected virtual void OnMouseLeave (int rowIndex)
- Method: protected virtual bool OnMouseLeaveUnsharesRow (int rowIndex)
- Method: protected virtual void OnMouseMove (DataGridViewCellMouseEventArgs e)
- Method: protected virtual bool OnMouseMoveUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected virtual void OnMouseUp (DataGridViewCellMouseEventArgs e)
- Method: protected virtual bool OnMouseUpUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected virtual void Paint (Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementState cellState, object value, object formattedValue, string errorText, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle, bool paintSelectionBackground, bool paintFocus)
- Method: protected virtual void PaintBorder (Graphics graphics, Rectangle clipBounds, Rectangle bounds, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method: protected virtual void PaintErrorIcon (Graphics graphics, Rectangle clipBounds, Rectangle cellValueBounds, string errorText)
- Method: public virtual void ParseFormattedValue (object formattedValue, out object value, DataGridViewCellStyle cellStyle)
- Method: public virtual void PositionEditingControl (bool setLocation, bool setSize, Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method: protected virtual bool SetValue (int rowIndex, object value)
- Method: public override string ToString ()
- Nested Type: protected class DataGridViewCellAccessibleObject
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: int ColumnIndex { public get; }
- Property: Rectangle ContentBounds { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: virtual object DefaultNewRowValue { public get; }
- Property: object EditedFormattedValue { public get; }
- Property: virtual Type EditType { public get; }
- Property: protected Rectangle ErrorIconBounds { }
- Property: string ErrorText { public get; public set; }
- Property: object FormattedValue { public get; }
- Property: virtual Type FormattedValueType { public get; }
- Property: bool Frozen { public get; }
- Property: bool HasStyle { public get; }
- Property: Size PreferredSize { public get; }
- Property: bool ReadOnly { public get; public set; }
- Property: bool Resizable { public get; }
- Property: int RowIndex { public get; }
- Property: bool Selected { public get; public set; }
- Property: Size Size { public get; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: DataGridViewCellStyle Style { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: object Value { public get; public set; }
- Property: virtual Type ValueType { public get; public set; }
- Property: bool Visible { public get; }
|
| DataGridViewCellBorderStyle () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewCellBorderStyle
                    Custom = 0,
                    Single = 1,
                    Raised = 2,
                    Sunken = 3,
                    None = 4,
                    SingleVertical = 5,
                    RaisedVertical = 6,
                    SunkenVertical = 7,
                    SingleHorizontal = 8,
                    RaisedHorizontal = 9,
                    SunkenHorizontal = 10,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DataGridViewCellCancelEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellCancelEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: int ColumnIndex { public get; }
- Property: int RowIndex { public get; }
|
| System.Windows.Forms DataGridViewCellCancelEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewCellCancelEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewCellCancelEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewCellCancelEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewCellCancelEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewCellCollection () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellCollection
|
| --> NONE <--
|
- Constructor: public DataGridViewCellCollection (DataGridViewRow dataGridViewRow)
- Event: public event CollectionChangeEventHandler CollectionChanged
- Method: public virtual int Add (DataGridViewCell dataGridViewCell)
- Method: public virtual void AddRange (DataGridViewCell[] dataGridViewCells)
- Method: public virtual void Clear ()
- Method: public virtual bool Contains (DataGridViewCell dataGridViewCell)
- Method (i): public virtual void CopyTo (Array ar, int index)
- Method: public void CopyTo (DataGridViewCell[] array, int index)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Type GetType ()
- Method: public int IndexOf (DataGridViewCell dataGridViewCell)
- Method (i): public virtual object InitializeLifetimeService ()
- Method: public virtual void Insert (int index, DataGridViewCell dataGridViewCell)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: protected void OnCollectionChanged (CollectionChangeEventArgs e)
- Method: public virtual void Remove (DataGridViewCell cell)
- Method: public virtual void RemoveAt (int index)
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: bool IsReadOnly { public get; }
- Property: virtual bool IsSynchronized { public get; }
- Property: DataGridViewCell this [int index] { public get; public set; }
- Property: DataGridViewCell this [string columnName] { public get; public set; }
- Property: protected override ArrayList List { }
- Property: virtual object SyncRoot { public get; }
|
| System.Windows.Forms DataGridViewCellContextMenuStripNeededEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int ColumnIndex { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: int RowIndex { public get; }
|
| System.Windows.Forms DataGridViewCellContextMenuStripNeededEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewCellContextMenuStripNeededEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewCellContextMenuStripNeededEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewCellContextMenuStripNeededEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewCellErrorTextNeededEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellErrorTextNeededEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int ColumnIndex { public get; }
- Property: string ErrorText { public get; public set; }
- Property: int RowIndex { public get; }
|
| System.Windows.Forms DataGridViewCellErrorTextNeededEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewCellErrorTextNeededEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewCellErrorTextNeededEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewCellErrorTextNeededEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewCellErrorTextNeededEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewCellEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int ColumnIndex { public get; }
- Property: int RowIndex { public get; }
|
| System.Windows.Forms DataGridViewCellEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewCellEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewCellEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewCellEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewCellEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewCellFormattingEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellFormattingEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewCellFormattingEventArgs (int columnIndex, int rowIndex, object value, Type desiredType, DataGridViewCellStyle cellStyle)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DataGridViewCellStyle CellStyle { public get; public set; }
- Property: int ColumnIndex { public get; }
- Property: Type DesiredType { public get; }
- Property: bool FormattingApplied { public get; public set; }
- Property: int RowIndex { public get; }
- Property: object Value { public get; public set; }
|
| System.Windows.Forms DataGridViewCellFormattingEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewCellFormattingEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewCellFormattingEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewCellFormattingEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewCellFormattingEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewCellMouseEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellMouseEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewCellMouseEventArgs (int columnIndex, int rowIndex, int localX, int localY, MouseEventArgs e)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: MouseButtons Button { public get; }
- Property: int Clicks { public get; }
- Property: int ColumnIndex { public get; }
- Property: int Delta { public get; }
- Property: Point Location { public get; }
- Property: int RowIndex { public get; }
- Property: int X { public get; }
- Property: int Y { public get; }
|
| System.Windows.Forms DataGridViewCellMouseEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewCellMouseEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewCellMouseEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewCellMouseEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewCellMouseEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewCellPaintingEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellPaintingEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewCellPaintingEventArgs (Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, int columnIndex, DataGridViewElementState elementState, object value, object formattedValue, string errorText, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle, bool paintSelectionBackground, bool paintFocus)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DataGridViewAdvancedBorderStyle AdvancedBorderStyle { public get; }
- Property: Rectangle CellBounds { public get; }
- Property: DataGridViewCellStyle CellStyle { public get; }
- Property: Rectangle ClipBounds { public get; }
- Property: int ColumnIndex { public get; }
- Property: string ErrorText { public get; }
- Property: object FormattedValue { public get; }
- Property: Graphics Graphics { public get; }
- Property: bool Handled { public get; public set; }
- Property: bool PaintFocus { public get; }
- Property: bool PaintSelectionBackground { public get; }
- Property: int RowIndex { public get; }
- Property: DataGridViewElementState State { public get; }
- Property: object Value { public get; }
|
| System.Windows.Forms DataGridViewCellPaintingEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewCellPaintingEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewCellPaintingEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewCellPaintingEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewCellPaintingEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewCellParsingEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellParsingEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewCellParsingEventArgs (int rowIndex, int columnIndex, object value, Type desiredType, DataGridViewCellStyle cellStyle)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DataGridViewCellStyle CellStyle { public get; public set; }
- Property: int ColumnIndex { public get; }
- Property: Type DesiredType { public get; }
- Property: bool ParsingApplied { public get; public set; }
- Property: int RowIndex { public get; }
- Property: object Value { public get; public set; }
|
| System.Windows.Forms DataGridViewCellParsingEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewCellParsingEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewCellParsingEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewCellParsingEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewCellParsingEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewCellStateChangedEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellStateChangedEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewCellStateChangedEventArgs (DataGridViewCell dataGridViewCell, DataGridViewElementState elementState)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DataGridViewCell Cell { public get; }
- Property: DataGridViewElementState State { public get; }
|
| System.Windows.Forms DataGridViewCellStateChangedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewCellStateChangedEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewCellStateChangedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewCellStateChangedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewCellStateChangedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewCellStyle () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellStyle
|
| --> NONE <--
|
- Constructor: public DataGridViewCellStyle ()
- Constructor: public DataGridViewCellStyle (DataGridViewCellStyle dataGridViewCellStyle)
- Constructor: public DataGridViewCellStyle (DataGridViewCellStyle dataGridViewCellBaseStyle, DataGridViewCellStyle dataGridViewCellApplyStyle)
- Method: public virtual void ApplyStyle (DataGridViewCellStyle dataGridViewCellStyle)
- Method: public virtual void Dispose ()
- Method: protected virtual void Dispose (bool disposing)
- Method: public override bool Equals (object o)
- Method: protected override void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: DataGridViewContentAlignment Alignment { public get; public set; }
- Property: Color BackColor { public get; public set; }
- Property: Font Font { public get; public set; }
- Property: Color ForeColor { public get; public set; }
- Property: string Format { public get; public set; }
- Property: IFormatProvider FormatProvider { public get; public set; }
- Property: bool IsFormatProviderDefault { public get; }
- Property: bool IsNullValueDefault { public get; }
- Property: object NullValue { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Color SelectionBackColor { public get; public set; }
- Property: Color SelectionForeColor { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: DataGridViewTriState WrapMode { public get; public set; }
|
| System.Windows.Forms DataGridViewCellStyleContentChangedEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellStyleContentChangedEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DataGridViewCellStyle CellStyle { public get; }
- Property: DataGridViewCellStyleScope CellStyleScope { public get; }
|
| System.Windows.Forms DataGridViewCellStyleContentChangedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewCellStyleContentChangedEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewCellStyleContentChangedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewCellStyleContentChangedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewCellStyleContentChangedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewCellStyleConverter () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellStyleConverter
|
| --> NONE <--
|
- Constructor: public DataGridViewCellStyleConverter ()
- Method (i): public bool CanConvertFrom (Type sourceType)
- Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
- Method (i): public bool CanConvertTo (Type destinationType)
- Method: public override bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
- Method (i): public object ConvertFrom (object value)
- Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public object ConvertFromInvariantString (string text)
- Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertFromString (string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertTo (object value, Type destinationType)
- Method: public override object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
- Method (i): public string ConvertToInvariantString (object value)
- Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
- Method (i): public string ConvertToString (object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
- Method (i): public object CreateInstance (IDictionary propertyValues)
- Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected Exception GetConvertFromException (object value)
- Method (i): protected Exception GetConvertToException (object value, Type destinationType)
- Method (i): public bool GetCreateInstanceSupported ()
- Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public PropertyDescriptorCollection GetProperties (object value)
- Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
- Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
- Method (i): public bool GetPropertiesSupported ()
- Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
- Method (i): public ICollection GetStandardValues ()
- Method (i): public virtual StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesExclusive ()
- Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesSupported ()
- Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
- Method (i): public Type GetType ()
- Method (i): public bool IsValid (object value)
- Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
- Method (i): public virtual string ToString ()
|
| DataGridViewCellStyleScope () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewCellStyleScope
                    None = 0,
                    Cell = 1,
                    Column = 2,
                    Row = 4,
                    DataGridView = 8,
                    ColumnHeaders = 16,
                    RowHeaders = 32,
                    Rows = 64,
                    AlternatingRows = 128,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DataGridViewCellToolTipTextNeededEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellToolTipTextNeededEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int ColumnIndex { public get; }
- Property: int RowIndex { public get; }
- Property: string ToolTipText { public get; public set; }
|
| System.Windows.Forms DataGridViewCellToolTipTextNeededEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewCellToolTipTextNeededEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewCellToolTipTextNeededEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewCellToolTipTextNeededEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewCellToolTipTextNeededEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewCellValidatingEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellValidatingEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: int ColumnIndex { public get; }
- Property: object FormattedValue { public get; }
- Property: int RowIndex { public get; }
|
| System.Windows.Forms DataGridViewCellValidatingEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewCellValidatingEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewCellValidatingEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewCellValidatingEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewCellValidatingEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewCellValueEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewCellValueEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int ColumnIndex { public get; }
- Property: int RowIndex { public get; }
- Property: object Value { public get; public set; }
|
| System.Windows.Forms DataGridViewCellValueEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewCellValueEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewCellValueEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewCellValueEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewCellValueEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewCheckBoxCell () |
| n/a
|
public class System.Windows.Forms.DataGridViewCheckBoxCell
|
| --> NONE <--
|
- Constructor: public DataGridViewCheckBoxCell ()
- Constructor: public DataGridViewCheckBoxCell (bool threeState)
- Method (i): public virtual DataGridViewAdvancedBorderStyle AdjustCellBorderStyle (DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual Rectangle BorderWidths (DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method: public override object Clone ()
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual void DetachEditingControl ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): protected virtual bool EnterUnsharesRow (int rowIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected virtual object GetClipboardContent (int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)
- Method: protected override Rectangle GetContentBounds (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
- Method (i): public object GetEditedFormattedValue (int rowIndex, DataGridViewDataErrorContext context)
- Method (i): ProtectedInternal virtual string GetErrorText (int rowIndex)
- Method: protected override object GetFormattedValue (object value, int rowIndex, DataGridViewCellStyle cellStyle, DataGridViewDataErrorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual ContextMenuStrip GetInheritedContextMenuStrip (int rowIndex)
- Method (i): public virtual DataGridViewCellStyle GetInheritedDataGridViewCellStyle (DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)
- Method: protected override Size GetPreferredSize (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize)
- Method (i): protected virtual Size GetSize (int rowIndex)
- Method (i): public Type GetType ()
- Method (i): protected virtual object GetValue (int rowIndex)
- Method (i): public virtual void InitializeEditingControl (int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle)
- Method: protected override bool KeyDownUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): public virtual bool KeyEntersEditMode (KeyEventArgs e)
- Method: protected override bool KeyUpUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual bool LeaveUnsharesRow (int rowIndex)
- Method (i): protected object MemberwiseClone ()
- Method: protected override bool MouseClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override bool MouseDoubleClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method (i): protected virtual void OnEnter (int rowIndex, bool throughMouseClick)
- Method: protected override void OnKeyDown (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual bool OnKeyPressUnsharesRow (KeyPressEventArgs e, int rowIndex)
- Method: protected override void OnKeyUp (KeyEventArgs e, int rowIndex)
- Method: protected override void OnLeave (int rowIndex, bool throughMouseClick)
- Method: protected override void OnMouseClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (DataGridViewCellMouseEventArgs e)
- Method: protected override void OnMouseDown (DataGridViewCellMouseEventArgs e)
- Method: protected override bool OnMouseDownUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void OnMouseEnter (int rowIndex)
- Method: protected override bool OnMouseEnterUnsharesRow (int rowIndex)
- Method: protected override void OnMouseLeave (int rowIndex)
- Method: protected override bool OnMouseLeaveUnsharesRow (int rowIndex)
- Method (i): protected virtual void OnMouseMove (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseMoveUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void OnMouseUp (DataGridViewCellMouseEventArgs e)
- Method: protected override bool OnMouseUpUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void Paint (Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementState elementState, object val, object formattedVal, string errorText, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle, bool paintSelectionBackground, bool paintFocus)
- Method (i): protected virtual void PaintBorder (Graphics graphics, Rectangle clipBounds, Rectangle bounds, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method (i): protected virtual void PaintErrorIcon (Graphics graphics, Rectangle clipBounds, Rectangle cellValueBounds, string errorText)
- Method (i): public virtual void ParseFormattedValue (object formattedValue, out object value, DataGridViewCellStyle cellStyle)
- Method (i): public virtual void PositionEditingControl (bool setLocation, bool setSize, Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual bool SetValue (int rowIndex, object value)
- Method: public override string ToString ()
- Nested Type: protected class DataGridViewCheckBoxCellAccessibleObject
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: int ColumnIndex { public get; }
- Property: Rectangle ContentBounds { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: virtual object DefaultNewRowValue { public get; }
- Property: object EditedFormattedValue { public get; }
- Property: override Type EditType { public get; }
- Property: protected Rectangle ErrorIconBounds { }
- Property: string ErrorText { public get; public set; }
- Property: object FalseValue { public get; public set; }
- Property: FlatStyle FlatStyle { public get; public set; }
- Property: object FormattedValue { public get; }
- Property: override Type FormattedValueType { public get; }
- Property: bool Frozen { public get; }
- Property: bool HasStyle { public get; }
- Property: object IndeterminateValue { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool ReadOnly { public get; public set; }
- Property: bool Resizable { public get; }
- Property: int RowIndex { public get; }
- Property: bool Selected { public get; public set; }
- Property: Size Size { public get; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: DataGridViewCellStyle Style { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: bool ThreeState { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: object TrueValue { public get; public set; }
- Property: object Value { public get; public set; }
- Property: override Type ValueType { public get; }
- Property: bool Visible { public get; }
|
| System.Windows.Forms DataGridViewCheckBoxColumn () |
| n/a
|
public class System.Windows.Forms.DataGridViewCheckBoxColumn
|
| --> NONE <--
|
- Constructor: public DataGridViewCheckBoxColumn ()
- Constructor: public DataGridViewCheckBoxColumn (bool threeState)
- Event: public event EventHandler Disposed
- Method (i): public virtual object Clone ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual int GetPreferredWidth (DataGridViewAutoSizeColumnCriteria autoSizeColumnCriteria, bool fixedHeight)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method: public override string ToString ()
- Property: DataGridViewAutoSizeColumnCriteria AutoSizeCriteria { public get; public set; }
- Property: override DataGridViewCell CellTemplate { public get; public set; }
- Property: Type CellType { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: string DataPropertyName { public get; public set; }
- Property: DataGridViewCellStyle DefaultCellStyle { public get; public set; }
- Property: Type DefaultHeaderCellType { public get; public set; }
- Property: int DisplayIndex { public get; public set; }
- Property: int DividerWidth { public get; public set; }
- Property: object FalseValue { public get; public set; }
- Property: FlatStyle FlatStyle { public get; public set; }
- Property: bool Frozen { public get; public set; }
- Property: bool HasDefaultCellStyle { public get; }
- Property: DataGridViewColumnHeaderCell HeaderCell { public get; public set; }
- Property: protected DataGridViewHeaderCell HeaderCellCore { }
- Property: string HeaderText { public get; public set; }
- Property: object IndeterminateValue { public get; public set; }
- Property: int Index { public get; }
- Property: bool IsDataBound { public get; }
- Property: protected bool IsRow { }
- Property: int MinimumWidth { public get; public set; }
- Property: string Name { public get; public set; }
- Property: bool ReadOnly { public get; public set; }
- Property: DataGridViewTriState Resizable { public get; public set; }
- Property: bool Selected { public get; public set; }
- Property: virtual ISite Site { public get; public set; }
- Property: DataGridViewColumnSortMode SortMode { public get; public set; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: object Tag { public get; public set; }
- Property: bool ThreeState { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: object TrueValue { public get; public set; }
- Property: Type ValueType { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| DataGridViewClipboardCopyMode () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewClipboardCopyMode
                    Disable = 0,
                    EnableWithAutoHeaderText = 1,
                    EnableWithoutHeaderText = 2,
                    EnableAlwaysIncludeHeaderText = 3,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DataGridViewColumn () |
| n/a
|
public class System.Windows.Forms.DataGridViewColumn
|
| --> NONE <--
|
- Constructor: public DataGridViewColumn ()
- Constructor: public DataGridViewColumn (DataGridViewCell cellTemplate)
- Event: public event EventHandler Disposed
- Method: public override object Clone ()
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method: public virtual int GetPreferredWidth (DataGridViewAutoSizeColumnCriteria autoSizeColumnCriteria, bool fixedHeight)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method: public override string ToString ()
- Property: DataGridViewAutoSizeColumnCriteria AutoSizeCriteria { public get; public set; }
- Property: virtual DataGridViewCell CellTemplate { public get; public set; }
- Property: Type CellType { public get; }
- Property: new ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: override DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: string DataPropertyName { public get; public set; }
- Property: new DataGridViewCellStyle DefaultCellStyle { public get; public set; }
- Property: Type DefaultHeaderCellType { public get; public set; }
- Property: int DisplayIndex { public get; public set; }
- Property: int DividerWidth { public get; public set; }
- Property: new bool Frozen { public get; public set; }
- Property: bool HasDefaultCellStyle { public get; }
- Property: DataGridViewColumnHeaderCell HeaderCell { public get; public set; }
- Property: protected DataGridViewHeaderCell HeaderCellCore { }
- Property: string HeaderText { public get; public set; }
- Property: int Index { public get; }
- Property: bool IsDataBound { public get; }
- Property: protected bool IsRow { }
- Property: int MinimumWidth { public get; public set; }
- Property: string Name { public get; public set; }
- Property: new bool ReadOnly { public get; public set; }
- Property: new DataGridViewTriState Resizable { public get; public set; }
- Property: bool Selected { public get; public set; }
- Property: virtual ISite Site { public get; public set; }
- Property: DataGridViewColumnSortMode SortMode { public get; public set; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: object Tag { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: Type ValueType { public get; public set; }
- Property: new bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms DataGridViewColumnCollection () |
| n/a
|
public class System.Windows.Forms.DataGridViewColumnCollection
|
| --> NONE <--
|
- Constructor: public DataGridViewColumnCollection (DataGridView dataGridView)
- Event: public event CollectionChangeEventHandler CollectionChanged
- Method: public virtual int Add (string columnName, string headerText)
- Method: public virtual int Add (DataGridViewColumn dataGridViewColumn)
- Method: public virtual void AddRange (DataGridViewColumn[] dataGridViewColumns)
- Method: public virtual void Clear ()
- Method: public virtual bool Contains (string columnName)
- Method: public virtual bool Contains (DataGridViewColumn dataGridViewColumn)
- Method (i): public virtual void CopyTo (Array ar, int index)
- Method: public void CopyTo (DataGridViewColumn[] array, int index)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public int GetColumnCount (DataGridViewElementState includeFilter)
- Method: public int GetColumnsWidth (DataGridViewElementState includeFilter)
- Method (i): public virtual IEnumerator GetEnumerator ()
- Method: public DataGridViewColumn GetFirstDisplayedColumn (DataGridViewElementState includeFilter)
- Method: public DataGridViewColumn GetFirstDisplayedColumn (DataGridViewElementState includeFilter, DataGridViewElementState excludeFilter)
- Method (i): public virtual int GetHashCode ()
- Method: public DataGridViewColumn GetLastDisplayedColumn (DataGridViewElementState includeFilter, DataGridViewElementState excludeFilter)
- Method (i): public virtual object GetLifetimeService ()
- Method: public DataGridViewColumn GetNextDisplayedColumn (DataGridViewColumn dataGridViewColumnStart, DataGridViewElementState includeFilter, DataGridViewElementState excludeFilter)
- Method: public DataGridViewColumn GetPreviousDisplayedColumn (DataGridViewColumn dataGridViewColumnStart, DataGridViewElementState includeFilter, DataGridViewElementState excludeFilter)
- Method (i): public Type GetType ()
- Method: public int IndexOf (DataGridViewColumn dataGridViewColumn)
- Method (i): public virtual object InitializeLifetimeService ()
- Method: public virtual void Insert (int columnIndex, DataGridViewColumn dataGridViewColumn)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: protected virtual void OnCollectionChanged (CollectionChangeEventArgs e)
- Method: public virtual void Remove (string columnName)
- Method: public virtual void Remove (DataGridViewColumn dataGridViewColumn)
- Method: public virtual void RemoveAt (int index)
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: protected DataGridView DataGridView { }
- Property: bool IsReadOnly { public get; }
- Property: virtual bool IsSynchronized { public get; }
- Property: DataGridViewColumn this [int index] { public get; }
- Property: DataGridViewColumn this [string columnName] { public get; }
- Property: protected override ArrayList List { }
- Property: virtual object SyncRoot { public get; }
|
| System.Windows.Forms DataGridViewColumnEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewColumnEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DataGridViewColumn Column { public get; }
|
| System.Windows.Forms DataGridViewColumnEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewColumnEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewColumnEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewColumnEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewColumnEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewColumnHeaderCell () |
| n/a
|
public class System.Windows.Forms.DataGridViewColumnHeaderCell
|
| --> NONE <--
|
- Constructor: public DataGridViewColumnHeaderCell ()
- Method (i): public virtual DataGridViewAdvancedBorderStyle AdjustCellBorderStyle (DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual Rectangle BorderWidths (DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method: public override object Clone ()
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual void DetachEditingControl ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): protected virtual bool EnterUnsharesRow (int rowIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: protected override object GetClipboardContent (int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)
- Method: protected override Rectangle GetContentBounds (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
- Method (i): public object GetEditedFormattedValue (int rowIndex, DataGridViewDataErrorContext context)
- Method (i): ProtectedInternal virtual string GetErrorText (int rowIndex)
- Method (i): protected virtual object GetFormattedValue (object value, int rowIndex, DataGridViewCellStyle cellStyle, DataGridViewDataErrorContext context)
- Method (i): public virtual int GetHashCode ()
- Method: public override ContextMenuStrip GetInheritedContextMenuStrip (int rowIndex)
- Method: public override DataGridViewCellStyle GetInheritedDataGridViewCellStyle (DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)
- Method: protected override Size GetPreferredSize (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize)
- Method (i): protected virtual Size GetSize (int rowIndex)
- Method (i): public Type GetType ()
- Method: protected override object GetValue (int rowIndex)
- Method (i): public virtual void InitializeEditingControl (int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle)
- Method (i): protected virtual bool KeyDownUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): public virtual bool KeyEntersEditMode (KeyEventArgs e)
- Method (i): protected virtual bool KeyUpUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual bool LeaveUnsharesRow (int rowIndex)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool MouseClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool MouseDoubleClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method (i): protected virtual void OnEnter (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual bool OnKeyPressUnsharesRow (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnLeave (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnMouseClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDown (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseDownUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (int rowIndex)
- Method (i): protected virtual bool OnMouseEnterUnsharesRow (int rowIndex)
- Method (i): protected virtual void OnMouseLeave (int rowIndex)
- Method (i): protected virtual bool OnMouseLeaveUnsharesRow (int rowIndex)
- Method (i): protected virtual void OnMouseMove (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseMoveUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseUpUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void Paint (Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementState dataGridViewElementState, object value, object formattedVal, string errorText, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle, bool paintSelectionBackground, bool paintFocus)
- Method (i): protected virtual void PaintBorder (Graphics graphics, Rectangle clipBounds, Rectangle bounds, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method (i): protected virtual void PaintErrorIcon (Graphics graphics, Rectangle clipBounds, Rectangle cellValueBounds, string errorText)
- Method (i): public virtual void ParseFormattedValue (object formattedValue, out object value, DataGridViewCellStyle cellStyle)
- Method (i): public virtual void PositionEditingControl (bool setLocation, bool setSize, Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method: protected override bool SetValue (int rowIndex, object value)
- Method: public override string ToString ()
- Nested Type: protected class DataGridViewColumnHeaderCellAccessibleObject
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: protected ButtonState ButtonState { }
- Property: int ColumnIndex { public get; }
- Property: Rectangle ContentBounds { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: virtual object DefaultNewRowValue { public get; }
- Property: object EditedFormattedValue { public get; }
- Property: virtual Type EditType { public get; }
- Property: protected Rectangle ErrorIconBounds { }
- Property: string ErrorText { public get; public set; }
- Property: object FormattedValue { public get; }
- Property: virtual Type FormattedValueType { public get; }
- Property: new bool Frozen { public get; }
- Property: bool HasStyle { public get; }
- Property: Size PreferredSize { public get; }
- Property: new bool ReadOnly { public get; public set; }
- Property: new bool Resizable { public get; }
- Property: int RowIndex { public get; }
- Property: new bool Selected { public get; public set; }
- Property: Size Size { public get; }
- Property: SortOrder SortGlyphDirection { public get; public set; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: DataGridViewCellStyle Style { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: object Value { public get; public set; }
- Property: virtual Type ValueType { public get; }
- Property: new bool Visible { public get; }
|
| DataGridViewColumnSortMode () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewColumnSortMode
                    NotSortable = 0,
                    Automatic = 1,
                    Programmatic = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DataGridViewColumnStateChangedEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewColumnStateChangedEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewColumnStateChangedEventArgs (DataGridViewColumn dataGridViewColumn, DataGridViewElementState elementState)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DataGridViewColumn Column { public get; }
- Property: DataGridViewElementState State { public get; }
|
| System.Windows.Forms DataGridViewColumnStateChangedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewColumnStateChangedEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewColumnStateChangedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewColumnStateChangedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewColumnStateChangedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewComboBoxCell () |
| n/a
|
public class System.Windows.Forms.DataGridViewComboBoxCell
|
| --> NONE <--
|
- Constructor: public DataGridViewComboBoxCell ()
- Method (i): public virtual DataGridViewAdvancedBorderStyle AdjustCellBorderStyle (DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual Rectangle BorderWidths (DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method: public override object Clone ()
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method: public override void DetachEditingControl ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): protected virtual bool EnterUnsharesRow (int rowIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected virtual object GetClipboardContent (int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)
- Method: protected override Rectangle GetContentBounds (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
- Method (i): public object GetEditedFormattedValue (int rowIndex, DataGridViewDataErrorContext context)
- Method (i): ProtectedInternal virtual string GetErrorText (int rowIndex)
- Method: protected override object GetFormattedValue (object value, int rowIndex, DataGridViewCellStyle cellStyle, DataGridViewDataErrorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual ContextMenuStrip GetInheritedContextMenuStrip (int rowIndex)
- Method (i): public virtual DataGridViewCellStyle GetInheritedDataGridViewCellStyle (DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)
- Method: protected override Size GetPreferredSize (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize)
- Method (i): protected virtual Size GetSize (int rowIndex)
- Method (i): public Type GetType ()
- Method (i): protected virtual object GetValue (int rowIndex)
- Method: public override void InitializeEditingControl (int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle)
- Method (i): protected virtual bool KeyDownUnsharesRow (KeyEventArgs e, int rowIndex)
- Method: public override bool KeyEntersEditMode (KeyEventArgs e)
- Method (i): protected virtual bool KeyUpUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual bool LeaveUnsharesRow (int rowIndex)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool MouseClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool MouseDoubleClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void OnDataGridViewChanged ()
- Method: protected override void OnEnter (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual bool OnKeyPressUnsharesRow (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e, int rowIndex)
- Method: protected override void OnLeave (int rowIndex, bool throughMouseClick)
- Method: protected override void OnMouseClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDown (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseDownUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void OnMouseEnter (int rowIndex)
- Method (i): protected virtual bool OnMouseEnterUnsharesRow (int rowIndex)
- Method: protected override void OnMouseLeave (int rowIndex)
- Method (i): protected virtual bool OnMouseLeaveUnsharesRow (int rowIndex)
- Method: protected override void OnMouseMove (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseMoveUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseUpUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void Paint (Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementState elementState, object val, object formattedVal, string errorText, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle, bool paintSelectionBackground, bool paintFocus)
- Method (i): protected virtual void PaintBorder (Graphics graphics, Rectangle clipBounds, Rectangle bounds, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method (i): protected virtual void PaintErrorIcon (Graphics graphics, Rectangle clipBounds, Rectangle cellValueBounds, string errorText)
- Method: public override void ParseFormattedValue (object formattedValue, out object value, DataGridViewCellStyle cellStyle)
- Method (i): public virtual void PositionEditingControl (bool setLocation, bool setSize, Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual bool SetValue (int rowIndex, object value)
- Method: public override string ToString ()
- Nested Type: public class ObjectCollection
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: virtual bool AutoComplete { public get; public set; }
- Property: int ColumnIndex { public get; }
- Property: Rectangle ContentBounds { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: object DataSource { public get; public set; }
- Property: virtual object DefaultNewRowValue { public get; }
- Property: string DisplayMember { public get; public set; }
- Property: int DropDownWidth { public get; public set; }
- Property: object EditedFormattedValue { public get; }
- Property: override Type EditType { public get; }
- Property: protected Rectangle ErrorIconBounds { }
- Property: string ErrorText { public get; public set; }
- Property: FlatStyle FlatStyle { public get; public set; }
- Property: object FormattedValue { public get; }
- Property: override Type FormattedValueType { public get; }
- Property: bool Frozen { public get; }
- Property: bool HasStyle { public get; }
- Property: ObjectCollection Items { public get; }
- Property: int MaxDropDownItems { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool ReadOnly { public get; public set; }
- Property: bool Resizable { public get; }
- Property: int RowIndex { public get; }
- Property: bool Selected { public get; public set; }
- Property: Size Size { public get; }
- Property: bool Sorted { public get; public set; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: DataGridViewCellStyle Style { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: object Value { public get; public set; }
- Property: string ValueMember { public get; public set; }
- Property: override Type ValueType { public get; }
- Property: bool Visible { public get; }
|
| System.Windows.Forms DataGridViewComboBoxColumn () |
| n/a
|
public class System.Windows.Forms.DataGridViewComboBoxColumn
|
| --> NONE <--
|
- Constructor: public DataGridViewComboBoxColumn ()
- Event: public event EventHandler Disposed
- Method: public override object Clone ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual int GetPreferredWidth (DataGridViewAutoSizeColumnCriteria autoSizeColumnCriteria, bool fixedHeight)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method: public override string ToString ()
- Property: bool AutoComplete { public get; public set; }
- Property: DataGridViewAutoSizeColumnCriteria AutoSizeCriteria { public get; public set; }
- Property: override DataGridViewCell CellTemplate { public get; public set; }
- Property: Type CellType { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: string DataPropertyName { public get; public set; }
- Property: object DataSource { public get; public set; }
- Property: DataGridViewCellStyle DefaultCellStyle { public get; public set; }
- Property: Type DefaultHeaderCellType { public get; public set; }
- Property: int DisplayIndex { public get; public set; }
- Property: string DisplayMember { public get; public set; }
- Property: int DividerWidth { public get; public set; }
- Property: int DropDownWidth { public get; public set; }
- Property: FlatStyle FlatStyle { public get; public set; }
- Property: bool Frozen { public get; public set; }
- Property: bool HasDefaultCellStyle { public get; }
- Property: DataGridViewColumnHeaderCell HeaderCell { public get; public set; }
- Property: protected DataGridViewHeaderCell HeaderCellCore { }
- Property: string HeaderText { public get; public set; }
- Property: int Index { public get; }
- Property: bool IsDataBound { public get; }
- Property: protected bool IsRow { }
- Property: ObjectCollection Items { public get; }
- Property: int MaxDropDownItems { public get; public set; }
- Property: int MinimumWidth { public get; public set; }
- Property: string Name { public get; public set; }
- Property: bool ReadOnly { public get; public set; }
- Property: DataGridViewTriState Resizable { public get; public set; }
- Property: bool Selected { public get; public set; }
- Property: virtual ISite Site { public get; public set; }
- Property: bool Sorted { public get; public set; }
- Property: DataGridViewColumnSortMode SortMode { public get; public set; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: object Tag { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: string ValueMember { public get; public set; }
- Property: Type ValueType { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms DataGridViewComboBoxEditingControl () |
| n/a
|
public class System.Windows.Forms.DataGridViewComboBoxEditingControl
|
| --> NONE <--
|
- Constructor: public DataGridViewComboBoxEditingControl ()
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler DataSourceChanged
- Event: public event EventHandler DisplayMemberChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event DrawItemEventHandler DrawItem
- Event: public event EventHandler DropDown
- Event: public event EventHandler DropDownClosed
- Event: public event EventHandler DropDownStyleChanged
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event ListControlConvertEventHandler Format
- Event: public event EventHandler FormatInfoChanged
- Event: public event EventHandler FormatStringChanged
- Event: public event EventHandler FormattingEnabledChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event MeasureItemEventHandler MeasureItem
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler SelectedIndexChanged
- Event: public event EventHandler SelectedValueChanged
- Event: public event EventHandler SelectionChangeCommitted
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler TextUpdate
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler ValueMemberChanged
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual void AddItemsCore (object[] value)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BeginUpdate ()
- Method (i): public void BringToFront ()
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public void EndUpdate ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected object FilterItemOnProperty (object item)
- Method (i): protected object FilterItemOnProperty (object item, string field)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public int FindString (string s)
- Method (i): public int FindString (string s, int startIndex)
- Method (i): public int FindStringExact (string s)
- Method (i): public int FindStringExact (string s, int startIndex)
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public int GetItemHeight (int index)
- Method (i): public string GetItemText (object item)
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDataSourceChanged (EventArgs e)
- Method (i): protected virtual void OnDisplayMemberChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnDrawItem (DrawItemEventArgs e)
- Method (i): protected virtual void OnDropDown (EventArgs e)
- Method (i): protected virtual void OnDropDownClosed (EventArgs e)
- Method (i): protected virtual void OnDropDownStyleChanged (EventArgs e)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnFormat (ListControlConvertEventArgs e)
- Method (i): protected virtual void OnFormatInfoChanged (EventArgs e)
- Method (i): protected virtual void OnFormatStringChanged (EventArgs e)
- Method (i): protected virtual void OnFormattingEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs levent)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMeasureItem (MeasureItemEventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method: protected override void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs pevent)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method: protected override void OnSelectedIndexChanged (EventArgs e)
- Method (i): protected virtual void OnSelectedItemChanged (EventArgs e)
- Method (i): protected virtual void OnSelectedValueChanged (EventArgs e)
- Method (i): protected virtual void OnSelectionChangeCommitted (EventArgs e)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnTextUpdate (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnValueMemberChanged (EventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): protected virtual void RefreshItem (int index)
- Method (i): protected virtual void RefreshItems ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public void Select (int start, int length)
- Method (i): public void SelectAll ()
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected virtual void SetItemCore (int index, object value)
- Method (i): protected virtual void SetItemsCore (IList value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): protected virtual void WndProc (Message m)
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: protected virtual bool AllowSelection { }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: AutoCompleteStringCollection AutoCompleteCustomSource { public get; public set; }
- Property: AutoCompleteMode AutoCompleteMode { public get; public set; }
- Property: AutoCompleteSource AutoCompleteSource { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected CurrencyManager DataManager { }
- Property: object DataSource { public get; public set; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: string DisplayMember { public get; public set; }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: protected virtual bool DoubleBuffered { }
- Property: DrawMode DrawMode { public get; public set; }
- Property: int DropDownHeight { public get; public set; }
- Property: ComboBoxStyle DropDownStyle { public get; public set; }
- Property: int DropDownWidth { public get; public set; }
- Property: bool DroppedDown { public get; public set; }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: FlatStyle FlatStyle { public get; public set; }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: virtual Color ForeColor { public get; public set; }
- Property: IFormatProvider FormatInfo { public get; public set; }
- Property: string FormatString { public get; public set; }
- Property: bool FormattingEnabled { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: bool IntegralHeight { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: int ItemHeight { public get; public set; }
- Property: ObjectCollection Items { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: int MaxDropDownItems { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: int MaxLength { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: int PreferredHeight { public get; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual int SelectedIndex { public get; public set; }
- Property: object SelectedItem { public get; public set; }
- Property: string SelectedText { public get; public set; }
- Property: object SelectedValue { public get; public set; }
- Property: int SelectionLength { public get; public set; }
- Property: int SelectionStart { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: bool Sorted { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: string ValueMember { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| DataGridViewContentAlignment () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewContentAlignment
                    NotSet = 0,
                    TopLeft = 1,
                    TopCenter = 2,
                    TopRight = 4,
                    MiddleLeft = 16,
                    MiddleCenter = 32,
                    MiddleRight = 64,
                    BottomLeft = 256,
                    BottomCenter = 512,
                    BottomRight = 1024,
|
| --> NONE <--
|
--> NONE <--
|
| DataGridViewDataErrorContext () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewDataErrorContext
                    Formatting = 1,
                    Display = 2,
                    PreferredSize = 4,
                    RowDeletion = 8,
                    Parsing = 256,
                    Commit = 512,
                    InitialValueRestoration = 1024,
                    LeaveControl = 2048,
                    CurrentCellChange = 4096,
                    Scroll = 8192,
                    ClipboardContent = 16384,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DataGridViewDataErrorEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewDataErrorEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewDataErrorEventArgs (Exception exception, int columnIndex, int rowIndex, DataGridViewDataErrorContext context)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: int ColumnIndex { public get; }
- Property: DataGridViewDataErrorContext Context { public get; }
- Property: Exception Exception { public get; }
- Property: int RowIndex { public get; }
- Property: bool ThrowException { public get; public set; }
|
| System.Windows.Forms DataGridViewDataErrorEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewDataErrorEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewDataErrorEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewDataErrorEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewDataErrorEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewEditingControlShowingEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewEditingControlShowingEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewEditingControlShowingEventArgs (Control control, DataGridViewCellStyle cellStyle)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DataGridViewCellStyle CellStyle { public get; public set; }
- Property: Control Control { public get; }
|
| System.Windows.Forms DataGridViewEditingControlShowingEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewEditingControlShowingEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewEditingControlShowingEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewEditingControlShowingEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewEditingControlShowingEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| DataGridViewEditMode () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewEditMode
                    EditOnEnter = 0,
                    EditOnKeystroke = 1,
                    EditOnKeystrokeOrF2 = 2,
                    EditOnF2 = 3,
                    EditProgrammatically = 4,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DataGridViewElement () |
| n/a
|
public class System.Windows.Forms.DataGridViewElement
|
| --> NONE <--
|
- Constructor: public DataGridViewElement ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void OnDataGridViewChanged ()
- Method (i): public virtual string ToString ()
- Property: DataGridView DataGridView { public get; }
- Property: ProtectedInternal DataGridViewElementState State { }
|
| DataGridViewElementState () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewElementState
                    None = 0,
                    Frozen = 1,
                    ReadOnly = 2,
                    Resizable = 4,
                    ResizableSet = 8,
                    Selected = 16,
                    Visible = 32,
|
| --> NONE <--
|
--> NONE <--
|
| DataGridViewHeaderBorderStyle () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewHeaderBorderStyle
                    Custom = 0,
                    Single = 1,
                    Raised = 2,
                    Sunken = 3,
                    None = 4,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DataGridViewHeaderCell () |
| n/a
|
public class System.Windows.Forms.DataGridViewHeaderCell
|
| --> NONE <--
|
- Constructor: public DataGridViewHeaderCell ()
- Method (i): public virtual DataGridViewAdvancedBorderStyle AdjustCellBorderStyle (DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual Rectangle BorderWidths (DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method: public override object Clone ()
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual void DetachEditingControl ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): protected virtual bool EnterUnsharesRow (int rowIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected virtual object GetClipboardContent (int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)
- Method (i): protected virtual Rectangle GetContentBounds (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
- Method (i): public object GetEditedFormattedValue (int rowIndex, DataGridViewDataErrorContext context)
- Method (i): ProtectedInternal virtual string GetErrorText (int rowIndex)
- Method (i): protected virtual object GetFormattedValue (object value, int rowIndex, DataGridViewCellStyle cellStyle, DataGridViewDataErrorContext context)
- Method (i): public virtual int GetHashCode ()
- Method: public override ContextMenuStrip GetInheritedContextMenuStrip (int rowIndex)
- Method (i): public virtual DataGridViewCellStyle GetInheritedDataGridViewCellStyle (DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)
- Method (i): protected virtual Size GetPreferredSize (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize)
- Method: protected override Size GetSize (int rowIndex)
- Method (i): public Type GetType ()
- Method: protected override object GetValue (int rowIndex)
- Method (i): public virtual void InitializeEditingControl (int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle)
- Method (i): protected virtual bool KeyDownUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): public virtual bool KeyEntersEditMode (KeyEventArgs e)
- Method (i): protected virtual bool KeyUpUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual bool LeaveUnsharesRow (int rowIndex)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool MouseClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool MouseDoubleClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method (i): protected virtual void OnEnter (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual bool OnKeyPressUnsharesRow (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnLeave (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnMouseClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (DataGridViewCellMouseEventArgs e)
- Method: protected override void OnMouseDown (DataGridViewCellMouseEventArgs e)
- Method: protected override bool OnMouseDownUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void OnMouseEnter (int rowIndex)
- Method: protected override bool OnMouseEnterUnsharesRow (int rowIndex)
- Method: protected override void OnMouseLeave (int rowIndex)
- Method: protected override bool OnMouseLeaveUnsharesRow (int rowIndex)
- Method (i): protected virtual void OnMouseMove (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseMoveUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void OnMouseUp (DataGridViewCellMouseEventArgs e)
- Method: protected override bool OnMouseUpUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void Paint (Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementState dataGridViewElementState, object value, object formattedVal, string errorText, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle, bool paintSelectionBackground, bool paintFocus)
- Method (i): protected virtual void PaintBorder (Graphics graphics, Rectangle clipBounds, Rectangle bounds, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method (i): protected virtual void PaintErrorIcon (Graphics graphics, Rectangle clipBounds, Rectangle cellValueBounds, string errorText)
- Method (i): public virtual void ParseFormattedValue (object formattedValue, out object value, DataGridViewCellStyle cellStyle)
- Method (i): public virtual void PositionEditingControl (bool setLocation, bool setSize, Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual bool SetValue (int rowIndex, object value)
- Method: public override string ToString ()
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: protected ButtonState ButtonState { }
- Property: int ColumnIndex { public get; }
- Property: Rectangle ContentBounds { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: virtual object DefaultNewRowValue { public get; }
- Property: object EditedFormattedValue { public get; }
- Property: virtual Type EditType { public get; }
- Property: protected Rectangle ErrorIconBounds { }
- Property: string ErrorText { public get; public set; }
- Property: object FormattedValue { public get; }
- Property: virtual Type FormattedValueType { public get; }
- Property: new bool Frozen { public get; }
- Property: bool HasStyle { public get; }
- Property: Size PreferredSize { public get; }
- Property: new bool ReadOnly { public get; public set; }
- Property: new bool Resizable { public get; }
- Property: int RowIndex { public get; }
- Property: new bool Selected { public get; public set; }
- Property: Size Size { public get; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: DataGridViewCellStyle Style { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: object Value { public get; public set; }
- Property: override Type ValueType { public get; }
- Property: new bool Visible { public get; }
|
| DataGridViewHitTestType () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewHitTestType
                    None = 0,
                    Cell = 1,
                    ColumnHeader = 2,
                    RowHeader = 3,
                    TopLeftHeader = 4,
                    HorizontalScrollBar = 5,
                    VerticalScrollBar = 6,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DataGridViewImageCell () |
| n/a
|
public class System.Windows.Forms.DataGridViewImageCell
|
| --> NONE <--
|
- Constructor: public DataGridViewImageCell ()
- Method (i): public virtual DataGridViewAdvancedBorderStyle AdjustCellBorderStyle (DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual Rectangle BorderWidths (DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method: public override object Clone ()
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual void DetachEditingControl ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): protected virtual bool EnterUnsharesRow (int rowIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected virtual object GetClipboardContent (int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)
- Method: protected override Rectangle GetContentBounds (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
- Method (i): public object GetEditedFormattedValue (int rowIndex, DataGridViewDataErrorContext context)
- Method (i): ProtectedInternal virtual string GetErrorText (int rowIndex)
- Method: protected override object GetFormattedValue (object value, int rowIndex, DataGridViewCellStyle cellStyle, DataGridViewDataErrorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual ContextMenuStrip GetInheritedContextMenuStrip (int rowIndex)
- Method (i): public virtual DataGridViewCellStyle GetInheritedDataGridViewCellStyle (DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)
- Method: protected override Size GetPreferredSize (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize)
- Method (i): protected virtual Size GetSize (int rowIndex)
- Method (i): public Type GetType ()
- Method: protected override object GetValue (int rowIndex)
- Method (i): public virtual void InitializeEditingControl (int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle)
- Method (i): protected virtual bool KeyDownUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): public virtual bool KeyEntersEditMode (KeyEventArgs e)
- Method (i): protected virtual bool KeyUpUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual bool LeaveUnsharesRow (int rowIndex)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool MouseClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool MouseDoubleClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method (i): protected virtual void OnEnter (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual bool OnKeyPressUnsharesRow (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnLeave (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnMouseClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDown (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseDownUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (int rowIndex)
- Method (i): protected virtual bool OnMouseEnterUnsharesRow (int rowIndex)
- Method (i): protected virtual void OnMouseLeave (int rowIndex)
- Method (i): protected virtual bool OnMouseLeaveUnsharesRow (int rowIndex)
- Method (i): protected virtual void OnMouseMove (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseMoveUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseUpUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void Paint (Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementState elementState, object val, object formattedVal, string errorText, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle, bool paintSelectionBackground, bool paintFocus)
- Method (i): protected virtual void PaintBorder (Graphics graphics, Rectangle clipBounds, Rectangle bounds, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method (i): protected virtual void PaintErrorIcon (Graphics graphics, Rectangle clipBounds, Rectangle cellValueBounds, string errorText)
- Method (i): public virtual void ParseFormattedValue (object formattedValue, out object value, DataGridViewCellStyle cellStyle)
- Method (i): public virtual void PositionEditingControl (bool setLocation, bool setSize, Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual bool SetValue (int rowIndex, object value)
- Method: public override string ToString ()
- Nested Type: protected class DataGridViewImageCellAccessibleObject
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: int ColumnIndex { public get; }
- Property: Rectangle ContentBounds { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: override object DefaultNewRowValue { public get; }
- Property: string Description { public get; public set; }
- Property: object EditedFormattedValue { public get; }
- Property: override Type EditType { public get; }
- Property: protected Rectangle ErrorIconBounds { }
- Property: string ErrorText { public get; public set; }
- Property: object FormattedValue { public get; }
- Property: override Type FormattedValueType { public get; }
- Property: bool Frozen { public get; }
- Property: bool HasStyle { public get; }
- Property: DataGridViewImageCellLayout ImageLayout { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool ReadOnly { public get; public set; }
- Property: bool Resizable { public get; }
- Property: int RowIndex { public get; }
- Property: bool Selected { public get; public set; }
- Property: Size Size { public get; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: DataGridViewCellStyle Style { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: object Value { public get; public set; }
- Property: override Type ValueType { public get; }
- Property: bool Visible { public get; }
|
| DataGridViewImageCellLayout () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewImageCellLayout
                    NotSet = 0,
                    Normal = 1,
                    Stretch = 2,
                    Zoom = 3,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DataGridViewImageColumn () |
| n/a
|
public class System.Windows.Forms.DataGridViewImageColumn
|
| --> NONE <--
|
- Constructor: public DataGridViewImageColumn ()
- Event: public event EventHandler Disposed
- Method: public override object Clone ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual int GetPreferredWidth (DataGridViewAutoSizeColumnCriteria autoSizeColumnCriteria, bool fixedHeight)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method: public override string ToString ()
- Property: DataGridViewAutoSizeColumnCriteria AutoSizeCriteria { public get; public set; }
- Property: override DataGridViewCell CellTemplate { public get; public set; }
- Property: Type CellType { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: string DataPropertyName { public get; public set; }
- Property: DataGridViewCellStyle DefaultCellStyle { public get; public set; }
- Property: Type DefaultHeaderCellType { public get; public set; }
- Property: string Description { public get; public set; }
- Property: int DisplayIndex { public get; public set; }
- Property: int DividerWidth { public get; public set; }
- Property: bool Frozen { public get; public set; }
- Property: bool HasDefaultCellStyle { public get; }
- Property: DataGridViewColumnHeaderCell HeaderCell { public get; public set; }
- Property: protected DataGridViewHeaderCell HeaderCellCore { }
- Property: string HeaderText { public get; public set; }
- Property: Image Image { public get; public set; }
- Property: DataGridViewImageCellLayout ImageLayout { public get; public set; }
- Property: int Index { public get; }
- Property: bool IsDataBound { public get; }
- Property: protected bool IsRow { }
- Property: int MinimumWidth { public get; public set; }
- Property: string Name { public get; public set; }
- Property: bool ReadOnly { public get; public set; }
- Property: DataGridViewTriState Resizable { public get; public set; }
- Property: bool Selected { public get; public set; }
- Property: virtual ISite Site { public get; public set; }
- Property: DataGridViewColumnSortMode SortMode { public get; public set; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: object Tag { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: Type ValueType { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms DataGridViewLinkCell () |
| n/a
|
public class System.Windows.Forms.DataGridViewLinkCell
|
| --> NONE <--
|
- Constructor: public DataGridViewLinkCell ()
- Method (i): public virtual DataGridViewAdvancedBorderStyle AdjustCellBorderStyle (DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual Rectangle BorderWidths (DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method: public override object Clone ()
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual void DetachEditingControl ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): protected virtual bool EnterUnsharesRow (int rowIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected virtual object GetClipboardContent (int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)
- Method: protected override Rectangle GetContentBounds (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
- Method (i): public object GetEditedFormattedValue (int rowIndex, DataGridViewDataErrorContext context)
- Method (i): ProtectedInternal virtual string GetErrorText (int rowIndex)
- Method (i): protected virtual object GetFormattedValue (object value, int rowIndex, DataGridViewCellStyle cellStyle, DataGridViewDataErrorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual ContextMenuStrip GetInheritedContextMenuStrip (int rowIndex)
- Method (i): public virtual DataGridViewCellStyle GetInheritedDataGridViewCellStyle (DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)
- Method: protected override Size GetPreferredSize (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize)
- Method (i): protected virtual Size GetSize (int rowIndex)
- Method (i): public Type GetType ()
- Method: protected override object GetValue (int rowIndex)
- Method (i): public virtual void InitializeEditingControl (int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle)
- Method (i): protected virtual bool KeyDownUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): public virtual bool KeyEntersEditMode (KeyEventArgs e)
- Method (i): protected virtual bool KeyUpUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual bool LeaveUnsharesRow (int rowIndex)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool MouseClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool MouseDoubleClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method (i): protected virtual void OnEnter (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual bool OnKeyPressUnsharesRow (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnLeave (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnMouseClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (DataGridViewCellMouseEventArgs e)
- Method: protected override void OnMouseDown (DataGridViewCellMouseEventArgs e)
- Method: protected override bool OnMouseDownUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (int rowIndex)
- Method (i): protected virtual bool OnMouseEnterUnsharesRow (int rowIndex)
- Method: protected override void OnMouseLeave (int rowIndex)
- Method: protected override bool OnMouseLeaveUnsharesRow (int rowIndex)
- Method: protected override void OnMouseMove (DataGridViewCellMouseEventArgs e)
- Method: protected override bool OnMouseMoveUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseUpUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void Paint (Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementState elementState, object val, object formattedVal, string errorText, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle, bool paintSelectionBackground, bool paintFocus)
- Method (i): protected virtual void PaintBorder (Graphics graphics, Rectangle clipBounds, Rectangle bounds, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method (i): protected virtual void PaintErrorIcon (Graphics graphics, Rectangle clipBounds, Rectangle cellValueBounds, string errorText)
- Method (i): public virtual void ParseFormattedValue (object formattedValue, out object value, DataGridViewCellStyle cellStyle)
- Method (i): public virtual void PositionEditingControl (bool setLocation, bool setSize, Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual bool SetValue (int rowIndex, object value)
- Method: public override string ToString ()
- Nested Type: protected class DataGridViewLinkCellAccessibleObject
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: Color ActiveLinkColor { public get; public set; }
- Property: int ColumnIndex { public get; }
- Property: Rectangle ContentBounds { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: virtual object DefaultNewRowValue { public get; }
- Property: bool DisplayLinkAsFormattedValue { public get; public set; }
- Property: object EditedFormattedValue { public get; }
- Property: override Type EditType { public get; }
- Property: protected Rectangle ErrorIconBounds { }
- Property: string ErrorText { public get; public set; }
- Property: object FormattedValue { public get; }
- Property: override Type FormattedValueType { public get; }
- Property: bool Frozen { public get; }
- Property: bool HasStyle { public get; }
- Property: LinkBehavior LinkBehavior { public get; public set; }
- Property: Color LinkColor { public get; public set; }
- Property: bool LinkVisited { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool ReadOnly { public get; public set; }
- Property: bool Resizable { public get; }
- Property: int RowIndex { public get; }
- Property: bool Selected { public get; public set; }
- Property: Size Size { public get; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: DataGridViewCellStyle Style { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: bool TrackVisitedState { public get; public set; }
- Property: object Value { public get; public set; }
- Property: override Type ValueType { public get; }
- Property: bool Visible { public get; }
- Property: Color VisitedLinkColor { public get; public set; }
|
| System.Windows.Forms DataGridViewLinkColumn () |
| n/a
|
public class System.Windows.Forms.DataGridViewLinkColumn
|
| --> NONE <--
|
- Constructor: public DataGridViewLinkColumn ()
- Event: public event EventHandler Disposed
- Method: public override object Clone ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual int GetPreferredWidth (DataGridViewAutoSizeColumnCriteria autoSizeColumnCriteria, bool fixedHeight)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method: public override string ToString ()
- Property: Color ActiveLinkColor { public get; public set; }
- Property: DataGridViewAutoSizeColumnCriteria AutoSizeCriteria { public get; public set; }
- Property: override DataGridViewCell CellTemplate { public get; public set; }
- Property: Type CellType { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: string DataPropertyName { public get; public set; }
- Property: DataGridViewCellStyle DefaultCellStyle { public get; public set; }
- Property: Type DefaultHeaderCellType { public get; public set; }
- Property: int DisplayIndex { public get; public set; }
- Property: bool DisplayLinkAsFormattedValue { public get; public set; }
- Property: int DividerWidth { public get; public set; }
- Property: bool Frozen { public get; public set; }
- Property: bool HasDefaultCellStyle { public get; }
- Property: DataGridViewColumnHeaderCell HeaderCell { public get; public set; }
- Property: protected DataGridViewHeaderCell HeaderCellCore { }
- Property: string HeaderText { public get; public set; }
- Property: int Index { public get; }
- Property: bool IsDataBound { public get; }
- Property: protected bool IsRow { }
- Property: LinkBehavior LinkBehavior { public get; public set; }
- Property: Color LinkColor { public get; public set; }
- Property: int MinimumWidth { public get; public set; }
- Property: string Name { public get; public set; }
- Property: bool ReadOnly { public get; public set; }
- Property: DataGridViewTriState Resizable { public get; public set; }
- Property: bool Selected { public get; public set; }
- Property: virtual ISite Site { public get; public set; }
- Property: DataGridViewColumnSortMode SortMode { public get; public set; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: object Tag { public get; public set; }
- Property: string Text { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: bool TrackVisitedState { public get; public set; }
- Property: Type ValueType { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: Color VisitedLinkColor { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms DataGridViewRow () |
| n/a
|
public class System.Windows.Forms.DataGridViewRow
|
| --> NONE <--
|
- Constructor: public DataGridViewRow ()
- Method: public virtual DataGridViewAdvancedBorderStyle AdjustRowHeaderBorderStyle (DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedRow, bool isLastVisibleRow)
- Method: public override object Clone ()
- Method: protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method: public void CreateCells (DataGridView dataGridView)
- Method: public void CreateCells (DataGridView dataGridView, object[] values)
- Method: protected virtual DataGridViewCellCollection CreateCellsInstance ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method: ProtectedInternal virtual void DrawFocus (Graphics graphics, Rectangle clipBounds, Rectangle bounds, int rowIndex, DataGridViewElementState rowState, DataGridViewCellStyle cellStyle, bool cellsPaintSelectionBackground)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public ContextMenuStrip GetContextMenuStrip (int rowIndex)
- Method: public string GetErrorText (int rowIndex)
- Method (i): public virtual int GetHashCode ()
- Method: public virtual int GetPreferredHeight (int rowIndex, DataGridViewAutoSizeRowCriteria autoSizeRowCriteria, bool fixedWidth)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method: ProtectedInternal virtual void Paint (Graphics graphics, Rectangle clipBounds, Rectangle rowBounds, int rowIndex, DataGridViewElementState rowState, bool isFirstDisplayedRow, bool isLastVisibleRow)
- Method: ProtectedInternal virtual void PaintBackground (Graphics graphics, Rectangle clipBounds, Rectangle rowBounds, int rowIndex, DataGridViewElementState rowState, bool isFirstDisplayedRow, bool isLastVisibleRow, bool cellsPaintSelectionBackground)
- Method: protected virtual void PaintCells (Graphics graphics, Rectangle clipBounds, Rectangle rowBounds, int rowIndex, DataGridViewElementState rowState, bool isFirstDisplayedRow, bool isLastVisibleRow, bool cellsPaintSelectionBackground, bool cellsPaintFocus)
- Method: ProtectedInternal virtual void PaintHeader (Graphics graphics, Rectangle clipBounds, Rectangle rowBounds, int rowIndex, DataGridViewElementState rowState, bool isFirstDisplayedRow, bool isLastVisibleRow, bool paintSelectionBackground)
- Method: public void SetValues (object[] values)
- Method: public override string ToString ()
- Nested Type: protected class DataGridViewRowAccessibleObject
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: DataGridViewCellCollection Cells { public get; }
- Property: new ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: override DataGridViewCellStyle CurrentStyle { public get; }
- Property: object DataBoundItem { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: new DataGridViewCellStyle DefaultCellStyle { public get; public set; }
- Property: Type DefaultHeaderCellType { public get; public set; }
- Property: int DividerHeight { public get; public set; }
- Property: string ErrorText { public get; public set; }
- Property: new bool Frozen { public get; public set; }
- Property: bool HasDefaultCellStyle { public get; }
- Property: DataGridViewRowHeaderCell HeaderCell { public get; public set; }
- Property: protected DataGridViewHeaderCell HeaderCellCore { }
- Property: int Height { public get; public set; }
- Property: int Index { public get; }
- Property: bool IsNewRow { public get; }
- Property: protected bool IsRow { }
- Property: int MinimumHeight { public get; public set; }
- Property: new bool ReadOnly { public get; public set; }
- Property: DataGridViewTriState Resizable { public get; public set; }
- Property: bool Selected { public get; public set; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: object Tag { public get; public set; }
- Property: new bool Visible { public get; public set; }
|
| System.Windows.Forms DataGridViewRowCancelEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewRowCancelEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewRowCancelEventArgs (DataGridViewRow dataGridViewRow)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: DataGridViewRow Row { public get; }
|
| System.Windows.Forms DataGridViewRowCancelEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewRowCancelEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewRowCancelEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewRowCancelEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewRowCancelEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewRowCollection () |
| n/a
|
public class System.Windows.Forms.DataGridViewRowCollection
|
| --> NONE <--
|
- Constructor: public DataGridViewRowCollection (DataGridView dataGridView)
- Event: public event CollectionChangeEventHandler CollectionChanged
- Method: public virtual int Add ()
- Method: public virtual int Add (int count)
- Method: public virtual int Add (object[] values)
- Method: public virtual int Add (DataGridViewRow dataGridViewRow)
- Method: public virtual int AddCopies (int indexSource, int count)
- Method: public virtual int AddCopy (int indexSource)
- Method: public virtual void AddRange (DataGridViewRow[] dataGridViewRows)
- Method: public virtual void Clear ()
- Method: public virtual bool Contains (DataGridViewRow dataGridViewRow)
- Method: public void CopyTo (DataGridViewRow[] array, int index)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public int GetFirstRow (DataGridViewElementState includeFilter)
- Method: public int GetFirstRow (DataGridViewElementState includeFilter, DataGridViewElementState excludeFilter)
- Method (i): public virtual int GetHashCode ()
- Method: public int GetLastRow (DataGridViewElementState includeFilter)
- Method: public int GetNextRow (int indexStart, DataGridViewElementState includeFilter)
- Method: public int GetNextRow (int indexStart, DataGridViewElementState includeFilter, DataGridViewElementState excludeFilter)
- Method: public int GetPreviousRow (int indexStart, DataGridViewElementState includeFilter)
- Method: public int GetPreviousRow (int indexStart, DataGridViewElementState includeFilter, DataGridViewElementState excludeFilter)
- Method: public int GetRowCount (DataGridViewElementState includeFilter)
- Method: public int GetRowsHeight (DataGridViewElementState includeFilter)
- Method (i): public Type GetType ()
- Method: public int IndexOf (DataGridViewRow dataGridViewRow)
- Method: public virtual void Insert (int rowIndex, int count)
- Method: public virtual void Insert (int rowIndex, object[] values)
- Method: public virtual void Insert (int rowIndex, DataGridViewRow dataGridViewRow)
- Method: public virtual void InsertCopies (int indexSource, int indexDestination, int count)
- Method: public virtual void InsertCopy (int indexSource, int indexDestination)
- Method: public virtual void InsertRange (int rowIndex, DataGridViewRow[] dataGridViewRows)
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void OnCollectionChanged (CollectionChangeEventArgs e)
- Method: public virtual void Remove (DataGridViewRow dataGridViewRow)
- Method: public virtual void RemoveAt (int index)
- Method: public DataGridViewRow SharedRow (int rowIndex)
- Method (i): public virtual string ToString ()
- Property: int Count { public get; }
- Property: protected DataGridView DataGridView { }
- Property: DataGridViewRow this [int index] { public get; }
- Property: protected ArrayList List { }
|
| System.Windows.Forms DataGridViewRowContextMenuStripNeededEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: int RowIndex { public get; }
|
| System.Windows.Forms DataGridViewRowContextMenuStripNeededEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewRowContextMenuStripNeededEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewRowContextMenuStripNeededEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewRowContextMenuStripNeededEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewRowErrorTextNeededEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewRowErrorTextNeededEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: string ErrorText { public get; public set; }
- Property: int RowIndex { public get; }
|
| System.Windows.Forms DataGridViewRowErrorTextNeededEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewRowErrorTextNeededEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewRowErrorTextNeededEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewRowErrorTextNeededEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewRowErrorTextNeededEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewRowEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewRowEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DataGridViewRow Row { public get; }
|
| System.Windows.Forms DataGridViewRowEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewRowEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewRowEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewRowEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewRowEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewRowHeaderCell () |
| n/a
|
public class System.Windows.Forms.DataGridViewRowHeaderCell
|
| --> NONE <--
|
- Constructor: public DataGridViewRowHeaderCell ()
- Method (i): public virtual DataGridViewAdvancedBorderStyle AdjustCellBorderStyle (DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual Rectangle BorderWidths (DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method: public override object Clone ()
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual void DetachEditingControl ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): protected virtual bool EnterUnsharesRow (int rowIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: protected override object GetClipboardContent (int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)
- Method: protected override Rectangle GetContentBounds (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
- Method (i): public object GetEditedFormattedValue (int rowIndex, DataGridViewDataErrorContext context)
- Method: ProtectedInternal override string GetErrorText (int rowIndex)
- Method (i): protected virtual object GetFormattedValue (object value, int rowIndex, DataGridViewCellStyle cellStyle, DataGridViewDataErrorContext context)
- Method (i): public virtual int GetHashCode ()
- Method: public override ContextMenuStrip GetInheritedContextMenuStrip (int rowIndex)
- Method: public override DataGridViewCellStyle GetInheritedDataGridViewCellStyle (DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)
- Method: protected override Size GetPreferredSize (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize)
- Method (i): protected virtual Size GetSize (int rowIndex)
- Method (i): public Type GetType ()
- Method: protected override object GetValue (int rowIndex)
- Method (i): public virtual void InitializeEditingControl (int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle)
- Method (i): protected virtual bool KeyDownUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): public virtual bool KeyEntersEditMode (KeyEventArgs e)
- Method (i): protected virtual bool KeyUpUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual bool LeaveUnsharesRow (int rowIndex)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool MouseClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool MouseDoubleClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method (i): protected virtual void OnEnter (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual bool OnKeyPressUnsharesRow (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnLeave (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnMouseClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDown (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseDownUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (int rowIndex)
- Method (i): protected virtual bool OnMouseEnterUnsharesRow (int rowIndex)
- Method (i): protected virtual void OnMouseLeave (int rowIndex)
- Method (i): protected virtual bool OnMouseLeaveUnsharesRow (int rowIndex)
- Method (i): protected virtual void OnMouseMove (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseMoveUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseUpUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void Paint (Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementState dataGridViewElementState, object value, object formattedVal, string errorText, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle, bool paintSelectionBackground, bool paintFocus)
- Method (i): protected virtual void PaintBorder (Graphics graphics, Rectangle clipBounds, Rectangle bounds, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method (i): protected virtual void PaintErrorIcon (Graphics graphics, Rectangle clipBounds, Rectangle cellValueBounds, string errorText)
- Method (i): public virtual void ParseFormattedValue (object formattedValue, out object value, DataGridViewCellStyle cellStyle)
- Method (i): public virtual void PositionEditingControl (bool setLocation, bool setSize, Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method: protected override bool SetValue (int rowIndex, object value)
- Method: public override string ToString ()
- Nested Type: protected class DataGridViewRowHeaderCellAccessibleObject
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: protected ButtonState ButtonState { }
- Property: int ColumnIndex { public get; }
- Property: Rectangle ContentBounds { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: virtual object DefaultNewRowValue { public get; }
- Property: object EditedFormattedValue { public get; }
- Property: virtual Type EditType { public get; }
- Property: protected Rectangle ErrorIconBounds { }
- Property: string ErrorText { public get; public set; }
- Property: object FormattedValue { public get; }
- Property: virtual Type FormattedValueType { public get; }
- Property: new bool Frozen { public get; }
- Property: bool HasStyle { public get; }
- Property: Size PreferredSize { public get; }
- Property: new bool ReadOnly { public get; public set; }
- Property: new bool Resizable { public get; }
- Property: int RowIndex { public get; }
- Property: new bool Selected { public get; public set; }
- Property: Size Size { public get; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: DataGridViewCellStyle Style { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: object Value { public get; public set; }
- Property: virtual Type ValueType { public get; }
- Property: new bool Visible { public get; }
|
| System.Windows.Forms DataGridViewRowHeightInfoNeededEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewRowHeightInfoNeededEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int Height { public get; public set; }
- Property: int MinimumHeight { public get; public set; }
- Property: int RowIndex { public get; }
|
| System.Windows.Forms DataGridViewRowHeightInfoNeededEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewRowHeightInfoNeededEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewRowHeightInfoNeededEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewRowHeightInfoNeededEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewRowHeightInfoNeededEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewRowHeightInfoPushedEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewRowHeightInfoPushedEventArgs
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Handled { public get; public set; }
- Property: int Height { public get; }
- Property: int MinimumHeight { public get; }
- Property: int RowIndex { public get; }
|
| System.Windows.Forms DataGridViewRowHeightInfoPushedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewRowHeightInfoPushedEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewRowHeightInfoPushedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewRowHeightInfoPushedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewRowHeightInfoPushedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewRowPostPaintEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewRowPostPaintEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewRowPostPaintEventArgs (DataGridView dataGridView, Graphics graphics, Rectangle clipBounds, Rectangle rowBounds, int rowIndex, DataGridViewElementState rowState, string errorText, DataGridViewCellStyle cellStyle, bool isFirstDisplayedRow, bool isLastVisibleRow)
- Method: public void DrawFocus (Rectangle bounds, bool cellsPaintSelectionBackground)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void PaintBackground (Rectangle clipBounds, bool cellsPaintSelectionBackground)
- Method: public void PaintHeader (bool paintSelectionBackground)
- Method (i): public virtual string ToString ()
- Property: DataGridViewCellStyle CellStyle { public get; }
- Property: Rectangle ClipBounds { public get; public set; }
- Property: string ErrorText { public get; }
- Property: Graphics Graphics { public get; }
- Property: bool IsFirstDisplayedRow { public get; }
- Property: bool IsLastVisibleRow { public get; }
- Property: Rectangle RowBounds { public get; }
- Property: int RowIndex { public get; }
- Property: DataGridViewElementState State { public get; }
|
| System.Windows.Forms DataGridViewRowPostPaintEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewRowPostPaintEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewRowPostPaintEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewRowPostPaintEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewRowPostPaintEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewRowPrePaintEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewRowPrePaintEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewRowPrePaintEventArgs (DataGridView dataGridView, Graphics graphics, Rectangle clipBounds, Rectangle rowBounds, int rowIndex, DataGridViewElementState rowState, string errorText, DataGridViewCellStyle cellStyle, bool isFirstDisplayedRow, bool isLastVisibleRow)
- Method: public void DrawFocus (Rectangle bounds, bool cellsPaintSelectionBackground)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void PaintBackground (Rectangle clipBounds, bool cellsPaintSelectionBackground)
- Method: public void PaintHeader (bool paintSelectionBackground)
- Method (i): public virtual string ToString ()
- Property: bool CellsPaintFocus { public get; public set; }
- Property: bool CellsPaintSelectionBackground { public get; public set; }
- Property: DataGridViewCellStyle CellStyle { public get; }
- Property: Rectangle ClipBounds { public get; public set; }
- Property: string ErrorText { public get; }
- Property: Graphics Graphics { public get; }
- Property: bool Handled { public get; public set; }
- Property: bool IsFirstDisplayedRow { public get; }
- Property: bool IsLastVisibleRow { public get; }
- Property: Rectangle RowBounds { public get; }
- Property: int RowIndex { public get; }
- Property: DataGridViewElementState State { public get; }
|
| System.Windows.Forms DataGridViewRowPrePaintEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewRowPrePaintEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewRowPrePaintEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewRowPrePaintEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewRowPrePaintEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewRowsAddedEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewRowsAddedEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewRowsAddedEventArgs (int rowIndex, int rowCount)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int RowCount { public get; }
- Property: int RowIndex { public get; }
|
| System.Windows.Forms DataGridViewRowsAddedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewRowsAddedEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewRowsAddedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewRowsAddedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewRowsAddedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewRowsDeletedEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewRowsDeletedEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewRowsDeletedEventArgs (int rowIndex, int rowCount)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int RowCount { public get; }
- Property: int RowIndex { public get; }
|
| System.Windows.Forms DataGridViewRowsDeletedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewRowsDeletedEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewRowsDeletedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewRowsDeletedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewRowsDeletedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewRowStateChangedEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewRowStateChangedEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewRowStateChangedEventArgs (DataGridViewRow dataGridViewRow, DataGridViewElementState elementState)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DataGridViewRow Row { public get; public set; }
- Property: DataGridViewElementState State { public get; public set; }
|
| System.Windows.Forms DataGridViewRowStateChangedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewRowStateChangedEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewRowStateChangedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewRowStateChangedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewRowStateChangedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewSelectedCellCollection () |
| n/a
|
public class System.Windows.Forms.DataGridViewSelectedCellCollection
|
| --> NONE <--
|
- Method: public void Clear ()
- Method: public bool Contains (DataGridViewCell dataGridViewCell)
- Method (i): public virtual void CopyTo (Array ar, int index)
- Method: public void CopyTo (DataGridViewCell[] array, int index)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method: public void Insert (int index, DataGridViewCell dataGridViewCell)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: bool IsReadOnly { public get; }
- Property: virtual bool IsSynchronized { public get; }
- Property: DataGridViewCell this [int index] { public get; }
- Property: protected override ArrayList List { }
- Property: virtual object SyncRoot { public get; }
|
| System.Windows.Forms DataGridViewSelectedColumnCollection () |
| n/a
|
public class System.Windows.Forms.DataGridViewSelectedColumnCollection
|
| --> NONE <--
|
- Method: public void Clear ()
- Method: public bool Contains (DataGridViewColumn dataGridViewColumn)
- Method (i): public virtual void CopyTo (Array ar, int index)
- Method: public void CopyTo (DataGridViewColumn[] array, int index)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method: public void Insert (int index, DataGridViewColumn dataGridViewColumn)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: bool IsReadOnly { public get; }
- Property: virtual bool IsSynchronized { public get; }
- Property: DataGridViewColumn this [int index] { public get; }
- Property: protected override ArrayList List { }
- Property: virtual object SyncRoot { public get; }
|
| System.Windows.Forms DataGridViewSelectedRowCollection () |
| n/a
|
public class System.Windows.Forms.DataGridViewSelectedRowCollection
|
| --> NONE <--
|
- Method: public void Clear ()
- Method: public bool Contains (DataGridViewRow dataGridViewRow)
- Method (i): public virtual void CopyTo (Array ar, int index)
- Method: public void CopyTo (DataGridViewRow[] array, int index)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method: public void Insert (int index, DataGridViewRow dataGridViewRow)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: bool IsReadOnly { public get; }
- Property: virtual bool IsSynchronized { public get; }
- Property: DataGridViewRow this [int index] { public get; }
- Property: protected override ArrayList List { }
- Property: virtual object SyncRoot { public get; }
|
| DataGridViewSelectionMode () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewSelectionMode
                    CellSelect = 0,
                    FullRowSelect = 1,
                    FullColumnSelect = 2,
                    RowHeaderSelect = 3,
                    ColumnHeaderSelect = 4,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DataGridViewSortCompareEventArgs () |
| n/a
|
public class System.Windows.Forms.DataGridViewSortCompareEventArgs
|
| --> NONE <--
|
- Constructor: public DataGridViewSortCompareEventArgs (DataGridViewColumn dataGridViewColumn, object cellValue1, object cellValue2, int rowIndex1, int rowIndex2)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: object CellValue1 { public get; }
- Property: object CellValue2 { public get; }
- Property: DataGridViewColumn Column { public get; }
- Property: int RowIndex1 { public get; }
- Property: int RowIndex2 { public get; }
- Property: int SortResult { public get; public set; }
|
| System.Windows.Forms DataGridViewSortCompareEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DataGridViewSortCompareEventHandler
|
| --> NONE <--
|
- Constructor: public DataGridViewSortCompareEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DataGridViewSortCompareEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DataGridViewSortCompareEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DataGridViewTextBoxCell () |
| n/a
|
public class System.Windows.Forms.DataGridViewTextBoxCell
|
| --> NONE <--
|
- Constructor: public DataGridViewTextBoxCell ()
- Method (i): public virtual DataGridViewAdvancedBorderStyle AdjustCellBorderStyle (DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual Rectangle BorderWidths (DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method: public override object Clone ()
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method: public override void DetachEditingControl ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): protected virtual bool EnterUnsharesRow (int rowIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected virtual object GetClipboardContent (int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)
- Method: protected override Rectangle GetContentBounds (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
- Method (i): public object GetEditedFormattedValue (int rowIndex, DataGridViewDataErrorContext context)
- Method (i): ProtectedInternal virtual string GetErrorText (int rowIndex)
- Method (i): protected virtual object GetFormattedValue (object value, int rowIndex, DataGridViewCellStyle cellStyle, DataGridViewDataErrorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual ContextMenuStrip GetInheritedContextMenuStrip (int rowIndex)
- Method (i): public virtual DataGridViewCellStyle GetInheritedDataGridViewCellStyle (DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)
- Method: protected override Size GetPreferredSize (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize)
- Method (i): protected virtual Size GetSize (int rowIndex)
- Method (i): public Type GetType ()
- Method (i): protected virtual object GetValue (int rowIndex)
- Method: public override void InitializeEditingControl (int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle)
- Method (i): protected virtual bool KeyDownUnsharesRow (KeyEventArgs e, int rowIndex)
- Method: public override bool KeyEntersEditMode (KeyEventArgs e)
- Method (i): protected virtual bool KeyUpUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual bool LeaveUnsharesRow (int rowIndex)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool MouseClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool MouseDoubleClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method: protected override void OnEnter (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual bool OnKeyPressUnsharesRow (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e, int rowIndex)
- Method: protected override void OnLeave (int rowIndex, bool throughMouseClick)
- Method: protected override void OnMouseClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDown (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseDownUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (int rowIndex)
- Method (i): protected virtual bool OnMouseEnterUnsharesRow (int rowIndex)
- Method (i): protected virtual void OnMouseLeave (int rowIndex)
- Method (i): protected virtual bool OnMouseLeaveUnsharesRow (int rowIndex)
- Method (i): protected virtual void OnMouseMove (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseMoveUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseUpUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void Paint (Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementState elementState, object val, object formattedVal, string errorText, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle, bool paintSelectionBackground, bool paintFocus)
- Method (i): protected virtual void PaintBorder (Graphics graphics, Rectangle clipBounds, Rectangle bounds, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method (i): protected virtual void PaintErrorIcon (Graphics graphics, Rectangle clipBounds, Rectangle cellValueBounds, string errorText)
- Method (i): public virtual void ParseFormattedValue (object formattedValue, out object value, DataGridViewCellStyle cellStyle)
- Method: public override void PositionEditingControl (bool setLocation, bool setSize, Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual bool SetValue (int rowIndex, object value)
- Method: public override string ToString ()
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: int ColumnIndex { public get; }
- Property: Rectangle ContentBounds { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: virtual object DefaultNewRowValue { public get; }
- Property: object EditedFormattedValue { public get; }
- Property: virtual Type EditType { public get; }
- Property: protected Rectangle ErrorIconBounds { }
- Property: string ErrorText { public get; public set; }
- Property: object FormattedValue { public get; }
- Property: override Type FormattedValueType { public get; }
- Property: bool Frozen { public get; }
- Property: bool HasStyle { public get; }
- Property: Size PreferredSize { public get; }
- Property: bool ReadOnly { public get; public set; }
- Property: bool Resizable { public get; }
- Property: int RowIndex { public get; }
- Property: bool Selected { public get; public set; }
- Property: Size Size { public get; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: DataGridViewCellStyle Style { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: object Value { public get; public set; }
- Property: override Type ValueType { public get; }
- Property: bool Visible { public get; }
|
| System.Windows.Forms DataGridViewTextBoxColumn () |
| n/a
|
public class System.Windows.Forms.DataGridViewTextBoxColumn
|
| --> NONE <--
|
- Constructor: public DataGridViewTextBoxColumn ()
- Event: public event EventHandler Disposed
- Method (i): public virtual object Clone ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual int GetPreferredWidth (DataGridViewAutoSizeColumnCriteria autoSizeColumnCriteria, bool fixedHeight)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method: public override string ToString ()
- Property: DataGridViewAutoSizeColumnCriteria AutoSizeCriteria { public get; public set; }
- Property: override DataGridViewCell CellTemplate { public get; public set; }
- Property: Type CellType { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: string DataPropertyName { public get; public set; }
- Property: DataGridViewCellStyle DefaultCellStyle { public get; public set; }
- Property: Type DefaultHeaderCellType { public get; public set; }
- Property: int DisplayIndex { public get; public set; }
- Property: int DividerWidth { public get; public set; }
- Property: bool Frozen { public get; public set; }
- Property: bool HasDefaultCellStyle { public get; }
- Property: DataGridViewColumnHeaderCell HeaderCell { public get; public set; }
- Property: protected DataGridViewHeaderCell HeaderCellCore { }
- Property: string HeaderText { public get; public set; }
- Property: int Index { public get; }
- Property: bool IsDataBound { public get; }
- Property: protected bool IsRow { }
- Property: int MinimumWidth { public get; public set; }
- Property: string Name { public get; public set; }
- Property: bool ReadOnly { public get; public set; }
- Property: DataGridViewTriState Resizable { public get; public set; }
- Property: bool Selected { public get; public set; }
- Property: virtual ISite Site { public get; public set; }
- Property: new DataGridViewColumnSortMode SortMode { public get; public set; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: object Tag { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: Type ValueType { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms DataGridViewTextBoxEditingControl () |
| n/a
|
public class System.Windows.Forms.DataGridViewTextBoxEditingControl
|
| --> NONE <--
|
- Constructor: public DataGridViewTextBoxEditingControl ()
- Event: public event EventHandler AcceptsTabChanged
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler BorderStyleChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler HideSelectionChanged
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler ModifiedChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler MultilineChanged
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler ReadOnlyChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextAlignChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): public void AppendText (string text)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public void Clear ()
- Method (i): public void ClearUndo ()
- Method (i): public bool Contains (Control ctl)
- Method (i): public void Copy ()
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public void Cut ()
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): public void DeselectAll ()
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual char GetCharFromPosition (Point pt)
- Method (i): public virtual int GetCharIndexFromPosition (Point pt)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public int GetFirstCharIndexFromLine (int lineNum)
- Method (i): public int GetFirstCharIndexOfCurrentLine ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public virtual int GetLineFromCharIndex (int index)
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public virtual Point GetPositionFromCharIndex (int index)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAcceptsTabChanged (EventArgs e)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnBorderStyleChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnHideSelectionChanged (EventArgs e)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs levent)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnModifiedChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs mevent)
- Method: protected override void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnMultilineChanged (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs pevent)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnReadOnlyChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextAlignChanged (EventArgs e)
- Method: protected override void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void Paste ()
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method: protected override bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): public void ScrollToCaret ()
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public void Select (int start, int length)
- Method (i): public void SelectAll ()
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Undo ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): protected virtual void WndProc (Message m)
- Property: bool AcceptsReturn { public get; public set; }
- Property: bool AcceptsTab { public get; public set; }
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: AutoCompleteStringCollection AutoCompleteCustomSource { public get; public set; }
- Property: AutoCompleteMode AutoCompleteMode { public get; public set; }
- Property: AutoCompleteSource AutoCompleteSource { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: BorderStyle BorderStyle { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool CanUndo { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: CharacterCasing CharacterCasing { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: virtual Color ForeColor { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: bool HideSelection { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: int Left { public get; public set; }
- Property: String[] Lines { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual int MaxLength { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: bool Modified { public get; public set; }
- Property: virtual bool Multiline { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: char PasswordChar { public get; public set; }
- Property: int PreferredHeight { public get; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: bool ReadOnly { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: ScrollBars ScrollBars { public get; public set; }
- Property: virtual string SelectedText { public get; public set; }
- Property: virtual int SelectionLength { public get; public set; }
- Property: int SelectionStart { public get; public set; }
- Property: virtual bool ShortcutsEnabled { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: HorizontalAlignment TextAlign { public get; public set; }
- Property: virtual int TextLength { public get; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseSystemPasswordChar { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
- Property: bool WordWrap { public get; public set; }
|
| System.Windows.Forms DataGridViewTopLeftHeaderCell () |
| n/a
|
public class System.Windows.Forms.DataGridViewTopLeftHeaderCell
|
| --> NONE <--
|
- Constructor: public DataGridViewTopLeftHeaderCell ()
- Method (i): public virtual DataGridViewAdvancedBorderStyle AdjustCellBorderStyle (DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual Rectangle BorderWidths (DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method (i): public virtual object Clone ()
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual void DetachEditingControl ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): protected virtual bool EnterUnsharesRow (int rowIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected virtual object GetClipboardContent (int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)
- Method: protected override Rectangle GetContentBounds (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
- Method (i): public object GetEditedFormattedValue (int rowIndex, DataGridViewDataErrorContext context)
- Method (i): ProtectedInternal virtual string GetErrorText (int rowIndex)
- Method (i): protected virtual object GetFormattedValue (object value, int rowIndex, DataGridViewCellStyle cellStyle, DataGridViewDataErrorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual ContextMenuStrip GetInheritedContextMenuStrip (int rowIndex)
- Method (i): public virtual DataGridViewCellStyle GetInheritedDataGridViewCellStyle (DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)
- Method: protected override Size GetPreferredSize (Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize)
- Method (i): protected virtual Size GetSize (int rowIndex)
- Method (i): public Type GetType ()
- Method (i): protected virtual object GetValue (int rowIndex)
- Method (i): public virtual void InitializeEditingControl (int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle)
- Method (i): protected virtual bool KeyDownUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): public virtual bool KeyEntersEditMode (KeyEventArgs e)
- Method (i): protected virtual bool KeyUpUnsharesRow (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual bool LeaveUnsharesRow (int rowIndex)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool MouseClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool MouseDoubleClickUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnDataGridViewChanged ()
- Method (i): protected virtual void OnEnter (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual bool OnKeyPressUnsharesRow (KeyPressEventArgs e, int rowIndex)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e, int rowIndex)
- Method (i): protected virtual void OnLeave (int rowIndex, bool throughMouseClick)
- Method (i): protected virtual void OnMouseClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDoubleClick (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseDown (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseDownUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (int rowIndex)
- Method (i): protected virtual bool OnMouseEnterUnsharesRow (int rowIndex)
- Method (i): protected virtual void OnMouseLeave (int rowIndex)
- Method (i): protected virtual bool OnMouseLeaveUnsharesRow (int rowIndex)
- Method (i): protected virtual void OnMouseMove (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseMoveUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (DataGridViewCellMouseEventArgs e)
- Method (i): protected virtual bool OnMouseUpUnsharesRow (DataGridViewCellMouseEventArgs e)
- Method: protected override void Paint (Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementState dataGridViewElementState, object value, object formattedVal, string errorText, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle, bool paintSelectionBackground, bool paintFocus)
- Method: protected override void PaintBorder (Graphics graphics, Rectangle clipBounds, Rectangle bounds, DataGridViewCellStyle cellStyle, DataGridViewAdvancedBorderStyle advancedBorderStyle)
- Method (i): protected virtual void PaintErrorIcon (Graphics graphics, Rectangle clipBounds, Rectangle cellValueBounds, string errorText)
- Method (i): public virtual void ParseFormattedValue (object formattedValue, out object value, DataGridViewCellStyle cellStyle)
- Method (i): public virtual void PositionEditingControl (bool setLocation, bool setSize, Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool firstVisibleColumn, bool firstVisibleRow)
- Method (i): protected virtual bool SetValue (int rowIndex, object value)
- Method: public override string ToString ()
- Nested Type: protected class DataGridViewTopLeftHeaderCellAccessibleObject
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: protected ButtonState ButtonState { }
- Property: int ColumnIndex { public get; }
- Property: Rectangle ContentBounds { public get; }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: DataGridViewCellStyle CurrentStyle { public get; }
- Property: DataGridView DataGridView { public get; }
- Property: virtual object DefaultNewRowValue { public get; }
- Property: object EditedFormattedValue { public get; }
- Property: virtual Type EditType { public get; }
- Property: protected Rectangle ErrorIconBounds { }
- Property: string ErrorText { public get; public set; }
- Property: object FormattedValue { public get; }
- Property: virtual Type FormattedValueType { public get; }
- Property: new bool Frozen { public get; }
- Property: bool HasStyle { public get; }
- Property: Size PreferredSize { public get; }
- Property: new bool ReadOnly { public get; public set; }
- Property: new bool Resizable { public get; }
- Property: int RowIndex { public get; }
- Property: new bool Selected { public get; public set; }
- Property: Size Size { public get; }
- Property: SortOrder SortGlyphDirection { public get; public set; }
- Property: ProtectedInternal DataGridViewElementState State { }
- Property: DataGridViewCellStyle Style { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: object Value { public get; public set; }
- Property: virtual Type ValueType { public get; }
- Property: new bool Visible { public get; }
|
| DataGridViewTriState () |
| n/a
|
public sealed enum System.Windows.Forms.DataGridViewTriState
                    NotSet = 0,
                    True = 1,
                    False = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DataNavigator () |
| n/a
|
public class System.Windows.Forms.DataNavigator
|
| --> NONE <--
|
- Constructor: public DataNavigator ()
- Constructor: public DataNavigator (bool addStandardItems)
- Constructor: public DataNavigator (IContainer container)
- Constructor: public DataNavigator (DataConnector dataConnector)
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BeginRaft
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler EndRaft
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event ToolStripItemEventHandler ItemAdded
- Event: public event ToolStripItemClickedEventHandler ItemClicked
- Event: public event ToolStripItemEventHandler ItemRemoved
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler LayoutCompleted
- Event: public event EventHandler LayoutStyleChanged
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event PaintEventHandler PaintGrip
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RefreshItems
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler RendererChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method: public virtual void AddStandardItems ()
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- Method: public virtual void BeginInit ()
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): protected virtual LayoutSettings CreateLayoutSettings (ToolStripLayoutStyle layoutStyle)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method: public virtual void EndInit ()
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public ToolStripItem GetItemAt (int x, int y)
- Method (i): public ToolStripItem GetItemAt (Point point)
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public ToolStripItem GetNextItem (ToolStripItem start, Direction direction)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBeginRaft (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEndRaft (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): ProtectedInternal virtual void OnItemAdded (ToolStripItemEventArgs e)
- Method (i): protected virtual void OnItemClicked (ToolStripItemClickedEventArgs e)
- Method (i): ProtectedInternal virtual void OnItemRemoved (ToolStripItemEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLayoutCompleted (EventArgs e)
- Method (i): protected virtual void OnLayoutStyleChanged (EventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs e)
- Method (i): ProtectedInternal virtual void OnPaintGrip (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method: protected virtual void OnRefreshItems ()
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnRendererChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): public void ResetMinimumSize ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected virtual void SetDisplayedItems ()
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method (i): ProtectedInternal void SetItemLocation (ToolStripItem item, Point location)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): protected virtual void WndProc (Message m)
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: ToolStripItem AddNewItem { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: bool AllowItemReorder { public get; public set; }
- Property: bool AllowMerge { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: bool CanOverflow { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: ToolStripItem CountItem { public get; public set; }
- Property: string CountItemFormat { public get; public set; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: DataConnector DataConnector { public get; public set; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual DockStyle DefaultDock { }
- Property: virtual ToolStripDropDownDirection DefaultDropDownDirection { public get; public set; }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual RaftingSides DefaultRaft { }
- Property: protected virtual bool DefaultShowItemToolTips { }
- Property: protected virtual Size DefaultSize { }
- Property: ToolStripItem DeleteItem { public get; public set; }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual ToolStripItemCollection DisplayedItems { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: Color ForeColor { public get; public set; }
- Property: ToolStripGripDisplayStyle GripDisplayStyle { public get; }
- Property: Padding GripMargin { public get; public set; }
- Property: Rectangle GripRectangle { public get; }
- Property: ToolStripGripStyle GripStyle { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: ImageList ImageList { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: virtual bool IsCurrentlyRafting { public get; }
- Property: bool IsDisposed { public get; }
- Property: bool IsDropDown { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: virtual ToolStripItemCollection Items { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: LayoutSettings LayoutSettings { public get; public set; }
- Property: ToolStripLayoutStyle LayoutStyle { public get; public set; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: ProtectedInternal virtual Size MaxItemSize { }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: ToolStripItem MoveFirstItem { public get; public set; }
- Property: ToolStripItem MoveLastItem { public get; public set; }
- Property: ToolStripItem MoveNextItem { public get; public set; }
- Property: ToolStripItem MovePreviousItem { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Orientation Orientation { public get; }
- Property: ToolStripOverflowButton OverflowButton { public get; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: ToolStripItem PositionItem { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: virtual RaftingSides Raft { public get; public set; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- Property: ToolStripRenderer Renderer { public get; public set; }
- Property: ToolStripRenderMode RenderMode { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: bool ShowItemToolTips { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: virtual bool Stretch { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| System.Windows.Forms DataObject () |
public class System.Windows.Forms.DataObject
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.DataObject
(Please hover your mouse over the type to see the inheritance signatures) |
| --> NONE <--
|
- Method: public virtual bool ContainsAudio ()
- Method: public virtual bool ContainsFileDropList ()
- Method: public virtual bool ContainsImage ()
- Method: public virtual bool ContainsText ()
- Method: public virtual bool ContainsText (TextDataFormat format)
- Method: public virtual Stream GetAudioStream ()
- Method: public virtual StringCollection GetFileDropList ()
- Method: public virtual Image GetImage ()
- Method: public virtual string GetText ()
- Method: public virtual string GetText (TextDataFormat format)
- Method: public virtual void SetAudio (byte[] audioBytes)
- Method: public virtual void SetAudio (Stream audioStream)
- Method: public virtual void SetFileDropList (StringCollection filePaths)
- Method: public virtual void SetImage (Image image)
- Method: public virtual void SetText (string textData)
- Method: public virtual void SetText (string textData, TextDataFormat format)
|
| System.Windows.Forms DateTimePicker () |
public class System.Windows.Forms.DateTimePicker
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.DateTimePicker
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method: protected override void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected void UpdateBounds ()
- Nested Type: public class DateTimePickerAccessibleObject
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Nested Type: public class DateTimePickerAccessibleObject
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| Direction () |
| n/a
|
public sealed enum System.Windows.Forms.Direction
                    Left = 0,
                    Up = 1,
                    Right = 16,
                    Down = 17,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DockingAttribute () |
| n/a
|
public sealed attribute System.Windows.Forms.DockingAttribute
|
| --> NONE <--
|
- Constructor: public DockingAttribute ()
- Constructor: public DockingAttribute (DockingBehavior dockingBehavior)
- Field: public static readonly DockingAttribute Default
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public override bool IsDefaultAttribute ()
- Method (i): public virtual bool Match (object obj)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DockingBehavior DockingBehavior { public get; }
- Property: virtual object TypeId { public get; }
|
| DockingBehavior () |
| n/a
|
public sealed enum System.Windows.Forms.DockingBehavior
                    Never = 0,
                    Ask = 1,
                    AutoDock = 2,
|
| --> NONE <--
|
--> NONE <--
|
| DocumentDrawMode () |
| n/a
|
public sealed enum System.Windows.Forms.DocumentDrawMode
                    Normal = 0,
                    Stretch = 1,
                    Zoom = 2,
|
| --> NONE <--
|
--> NONE <--
|
| DocumentSizeMode () |
| n/a
|
public sealed enum System.Windows.Forms.DocumentSizeMode
                    Clip = 0,
                    Stretch = 1,
                    Zoom = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms DomainUpDown () |
public class System.Windows.Forms.DomainUpDown
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.DomainUpDown
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method: protected override void OnTextBoxKeyDown (object source, KeyEventArgs e)
- Method (i): protected virtual void OnTextBoxKeyPress (object source, KeyPressEventArgs e)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Nested Type: public class DomainItemAccessibleObject
- Nested Type: public class DomainUpDownAccessibleObject
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler AutoValidateChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event ScrollEventHandler Scroll
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnAutoValidateChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnTextBoxKeyDown (object source, KeyEventArgs e)
- Method: protected override void OnTextBoxKeyPress (object source, KeyPressEventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): public bool Validate (bool checkAutoValidate)
- Method (i): public virtual bool ValidateAll ()
- Method (i): public virtual bool ValidateAll (ValidateFlags flags)
- Nested Type: public class DomainItemAccessibleObject
- Nested Type: public class DomainUpDownAccessibleObject
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual AutoValidate AutoValidate { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
|
| System.Windows.Forms DrawListViewColumnHeaderEventArgs () |
| n/a
|
public class System.Windows.Forms.DrawListViewColumnHeaderEventArgs
|
| --> NONE <--
|
- Constructor: public DrawListViewColumnHeaderEventArgs (Graphics graphics, Rectangle bounds, int columnIndex, ColumnHeader header, ListViewItemStates state, Color foreColor, Color backColor, Font font)
- Method: public void DrawBackground ()
- Method: public void DrawText ()
- Method: public void DrawText (TextFormatFlags flags)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Color BackColor { public get; }
- Property: Rectangle Bounds { public get; }
- Property: int ColumnIndex { public get; }
- Property: bool DrawDefault { public get; public set; }
- Property: Font Font { public get; }
- Property: Color ForeColor { public get; }
- Property: Graphics Graphics { public get; }
- Property: ColumnHeader Header { public get; }
- Property: ListViewItemStates State { public get; }
|
| System.Windows.Forms DrawListViewColumnHeaderEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DrawListViewColumnHeaderEventHandler
|
| --> NONE <--
|
- Constructor: public DrawListViewColumnHeaderEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DrawListViewColumnHeaderEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DrawListViewColumnHeaderEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DrawListViewItemEventArgs () |
| n/a
|
public class System.Windows.Forms.DrawListViewItemEventArgs
|
| --> NONE <--
|
- Constructor: public DrawListViewItemEventArgs (Graphics graphics, ListViewItem item, Rectangle bounds, int itemIndex, ListViewItemStates state)
- Method: public void DrawBackground ()
- Method: public void DrawFocusRectangle ()
- Method: public void DrawText ()
- Method: public void DrawText (TextFormatFlags flags)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Rectangle Bounds { public get; }
- Property: bool DrawDefault { public get; public set; }
- Property: Graphics Graphics { public get; }
- Property: ListViewItem Item { public get; }
- Property: int ItemIndex { public get; }
- Property: ListViewItemStates State { public get; }
|
| System.Windows.Forms DrawListViewItemEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DrawListViewItemEventHandler
|
| --> NONE <--
|
- Constructor: public DrawListViewItemEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DrawListViewItemEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DrawListViewItemEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DrawListViewSubItemEventArgs () |
| n/a
|
public class System.Windows.Forms.DrawListViewSubItemEventArgs
|
| --> NONE <--
|
- Constructor: public DrawListViewSubItemEventArgs (Graphics graphics, Rectangle bounds, ListViewItem item, ListViewSubItem subItem, int itemIndex, int columnIndex, ColumnHeader header, ListViewItemStates itemState)
- Method: public void DrawBackground ()
- Method: public void DrawFocusRectangle (Rectangle bounds)
- Method: public void DrawText ()
- Method: public void DrawText (TextFormatFlags flags)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Rectangle Bounds { public get; }
- Property: int ColumnIndex { public get; }
- Property: bool DrawDefault { public get; public set; }
- Property: Graphics Graphics { public get; }
- Property: ColumnHeader Header { public get; }
- Property: ListViewItem Item { public get; }
- Property: int ItemIndex { public get; }
- Property: ListViewItemStates ItemState { public get; }
- Property: ListViewSubItem SubItem { public get; }
|
| System.Windows.Forms DrawListViewSubItemEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DrawListViewSubItemEventHandler
|
| --> NONE <--
|
- Constructor: public DrawListViewSubItemEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DrawListViewSubItemEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DrawListViewSubItemEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DrawToolTipEventArgs () |
| n/a
|
public class System.Windows.Forms.DrawToolTipEventArgs
|
| --> NONE <--
|
- Constructor: public DrawToolTipEventArgs (Graphics graphics, IWin32Window associatedWindow, Control associatedControl, Rectangle bounds, string toolTipText, Color backColor, Color foreColor, Font font)
- Method: public void DrawBackground ()
- Method: public void DrawBorder ()
- Method: public void DrawText ()
- Method: public void DrawText (TextFormatFlags flags)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Control AssociatedControl { public get; }
- Property: IWin32Window AssociatedWindow { public get; }
- Property: Rectangle Bounds { public get; }
- Property: Font Font { public get; }
- Property: Graphics Graphics { public get; }
- Property: string ToolTipText { public get; }
|
| System.Windows.Forms DrawToolTipEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DrawToolTipEventHandler
|
| --> NONE <--
|
- Constructor: public DrawToolTipEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DrawToolTipEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DrawToolTipEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms DrawTreeNodeEventArgs () |
| n/a
|
public class System.Windows.Forms.DrawTreeNodeEventArgs
|
| --> NONE <--
|
- Constructor: public DrawTreeNodeEventArgs (Graphics graphics, TreeNode node, Rectangle bounds, TreeNodeStates state)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Rectangle Bounds { public get; }
- Property: bool DrawDefault { public get; public set; }
- Property: Graphics Graphics { public get; }
- Property: TreeNode Node { public get; }
- Property: TreeNodeStates State { public get; }
|
| System.Windows.Forms DrawTreeNodeEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.DrawTreeNodeEventHandler
|
| --> NONE <--
|
- Constructor: public DrawTreeNodeEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, DrawTreeNodeEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, DrawTreeNodeEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Resources IAliasResolver () |
| n/a
|
public interface System.Resources.IAliasResolver
|
| --> NONE <--
|
- Method: AssemblyName ResolveAlias (string alias)
|
| System.Security.Policy ITrustLicenseIssuerCollectionTmp () |
| n/a
|
public interface System.Security.Policy.ITrustLicenseIssuerCollectionTmp
|
| --> NONE <--
|
- Method: void Add (TrustLicenseIssuerTmp issuer)
- Method: bool Contains (TrustLicenseIssuerTmp issuer)
- Method: void Remove (TrustLicenseIssuerTmp issuer)
|
| System.Windows.Forms ErrorProvider () |
public class System.Windows.Forms.ErrorProvider
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.ErrorProvider
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
|
- Method: public void Clear ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: object Tag { public get; public set; }
|
| public abstract class System.Windows.Forms.FileDialog () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: object Tag { public get; public set; }
|
| FixedPanel () |
| n/a
|
public sealed enum System.Windows.Forms.FixedPanel
                    None = 0,
                    Panel1 = 1,
                    Panel2 = 2,
|
| --> NONE <--
|
--> NONE <--
|
| FlashWindow () |
| n/a
|
public sealed enum System.Windows.Forms.FlashWindow
                    MainWindow = 0,
                    TaskBar = 1,
                    Both = 2,
|
| --> NONE <--
|
--> NONE <--
|
| FlowDirection () |
| n/a
|
public sealed enum System.Windows.Forms.FlowDirection
                    LeftToRight = 0,
                    TopDown = 1,
                    RightToLeft = 2,
                    BottomUp = 3,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms FlowLayoutPanel () |
| n/a
|
public class System.Windows.Forms.FlowLayoutPanel
|
| --> NONE <--
|
- Constructor: public FlowLayoutPanel ()
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected override void OnControlAdded (ControlEventArgs e)
- Method: protected override void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs levent)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs pevent)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs eventargs)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): protected virtual void WndProc (Message m)
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: BorderStyle BorderStyle { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: FlowDirection FlowDirection { public get; public set; }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: virtual Color ForeColor { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: override LayoutEngine LayoutEngine { public get; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
- Property: bool WrapContents { public get; public set; }
|
| System.Windows.Forms FlowLayoutSettings () |
| n/a
|
public class System.Windows.Forms.FlowLayoutSettings
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: FlowDirection FlowDirection { public get; public set; }
- Property: override LayoutEngine LayoutEngine { public get; }
- Property: bool WrapContents { public get; public set; }
|
| public sealed class System.Windows.Forms.FolderBrowserDialog () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: object Tag { public get; public set; }
|
| public class System.Windows.Forms.FontDialog () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: object Tag { public get; public set; }
|
| System.Windows.Forms Form () |
public class System.Windows.Forms.Form
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.Form
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs levent)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: Size MaximumSize { public get; public set; }
- Property: Size MinimumSize { public get; public set; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
- Property: bool TabStop { public get; public set; }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler AutoValidateChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event FormClosedEventHandler FormClosed
- Event: public event FormClosingEventHandler FormClosing
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event ScrollEventHandler Scroll
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method: public void Flash ()
- Method: public void Flash (int flashRate, FlashWindow flashWhat, bool continuousUntilActivated)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnAutoValidateChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected override void OnEnabledChanged (EventArgs e)
- Method: protected virtual void OnFormClosed (FormClosedEventArgs e)
- Method: protected virtual void OnFormClosing (FormClosingEventArgs e)
- Method: protected override void OnLayout (LayoutEventArgs levent)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method: protected override bool ProcessDialogChar (char charCode)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method: public void Show (IWin32Window owner)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method: public void StopFlash ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): public bool Validate (bool checkAutoValidate)
- Method: public override bool ValidateAll ()
- Method: public override bool ValidateAll (ValidateFlags flags)
- Property: new bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: override bool AutoSize { public get; public set; }
- Property: override AutoValidate AutoValidate { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: override Size MaximumSize { public get; public set; }
- Property: new Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: Rectangle RestoreBounds { public get; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: new bool TabStop { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
|
| FormAction () |
| n/a
|
public sealed enum System.Windows.Forms.FormAction
                    Closing = 0,
                    Closed = 1,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms FormCancelEventArgs () |
| n/a
|
public class System.Windows.Forms.FormCancelEventArgs
|
| --> NONE <--
|
- Constructor: public FormCancelEventArgs (CloseReason closeReason, FormAction formAction, bool cancel)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: CloseReason CloseReason { public get; }
- Property: FormAction Form { public get; }
|
| System.Windows.Forms FormClosedEventArgs () |
| n/a
|
public class System.Windows.Forms.FormClosedEventArgs
|
| --> NONE <--
|
- Constructor: public FormClosedEventArgs (CloseReason closeReason, FormAction formAction)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: CloseReason CloseReason { public get; }
- Property: FormAction Form { public get; }
|
| System.Windows.Forms FormClosedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.FormClosedEventHandler
|
| --> NONE <--
|
- Constructor: public FormClosedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, FormClosedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, FormClosedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms FormClosingEventArgs () |
| n/a
|
public class System.Windows.Forms.FormClosingEventArgs
|
| --> NONE <--
|
- Constructor: public FormClosingEventArgs (CloseReason closeReason, FormAction formAction, bool cancel)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: CloseReason CloseReason { public get; }
- Property: FormAction Form { public get; }
|
| System.Windows.Forms FormClosingEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.FormClosingEventHandler
|
| --> NONE <--
|
- Constructor: public FormClosingEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, FormClosingEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, FormClosingEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms FormCollection () |
| n/a
|
public class System.Windows.Forms.FormCollection
|
| --> NONE <--
|
- Constructor: public FormCollection ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: protected ArrayList InnerList { }
- Property: virtual Form this [int index] { public get; }
- Property: virtual Form this [string name] { public get; }
|
| System.Windows.Forms FormEventArgs () |
| n/a
|
public class System.Windows.Forms.FormEventArgs
|
| --> NONE <--
|
- Constructor: public FormEventArgs (CloseReason closeReason, FormAction formAction)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: CloseReason CloseReason { public get; }
- Property: FormAction Form { public get; }
|
| public class System.Windows.Forms.GridColumnStylesCollection () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
|
| public abstract class System.Windows.Forms.GridItem () |
| --> NONE <--
|
- Property: object Tag { public get; public set; }
|
| public class System.Windows.Forms.GridTableStylesCollection () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
|
| System.Windows.Forms GroupBox () |
public class System.Windows.Forms.GroupBox
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.GroupBox
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): protected object MemberwiseClone ()
- Method: protected override bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: ProtectedInternal override bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms GroupBoxRenderer () |
| n/a
|
public sealed class System.Windows.Forms.GroupBoxRenderer
|
| --> NONE <--
|
- Method: public static void DrawGroupBox (Graphics g, Rectangle bounds, string groupBoxText, Font font, Color textColor, TextFormatFlags flags, GroupBoxState state)
- Method: public static void DrawGroupBox (Graphics g, Rectangle bounds, string groupBoxText, Font font, Color textColor, GroupBoxState state)
- Method: public static void DrawGroupBox (Graphics g, Rectangle bounds, string groupBoxText, Font font, TextFormatFlags flags, GroupBoxState state)
- Method: public static void DrawGroupBox (Graphics g, Rectangle bounds, string groupBoxText, Font font, GroupBoxState state)
- Method: public static void DrawGroupBox (Graphics g, Rectangle bounds, GroupBoxState state)
- Method: public static void DrawParentBackground (Graphics g, Rectangle bounds, Control childControl)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public static bool IsBackgroundPartiallyTransparent (GroupBoxState state)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static bool IsSupported { public get; }
|
| System.Windows.Forms HandledMouseEventArgs () |
| n/a
|
public class System.Windows.Forms.HandledMouseEventArgs
|
| --> NONE <--
|
- Constructor: public HandledMouseEventArgs (MouseButtons button, int clicks, int x, int y, int delta)
- Constructor: public HandledMouseEventArgs (MouseButtons button, int clicks, int x, int y, int delta, bool defaultHandledValue)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: MouseButtons Button { public get; }
- Property: int Clicks { public get; }
- Property: int Delta { public get; }
- Property: bool Handled { public get; public set; }
- Property: Point Location { public get; }
- Property: int X { public get; }
- Property: int Y { public get; }
|
| HelpNavigator () |
public sealed enum System.Windows.Forms.HelpNavigator
                    Topic = -2147483647,
                    TableOfContents = -2147483646,
                    Index = -2147483645,
                    Find = -2147483644,
                    AssociateIndex = -2147483643,
                    KeywordIndex = -2147483642,
|
public sealed enum System.Windows.Forms.HelpNavigator
                    Topic = -2147483647,
                    TableOfContents = -2147483646,
                    Index = -2147483645,
                    Find = -2147483644,
                    AssociateIndex = -2147483643,
                    KeywordIndex = -2147483642,
                    TopicId = -2147483641,
|
| --> NONE <--
|
--> NONE <--
|
| public class System.Windows.Forms.HelpProvider () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: object Tag { public get; public set; }
|
| System.Windows.Forms HScrollBar () |
public class System.Windows.Forms.HScrollBar
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.HScrollBar
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms HScrollProperties () |
| n/a
|
public class System.Windows.Forms.HScrollProperties
|
| --> NONE <--
|
- Constructor: public HScrollProperties (ScrollableControl sc)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): protected ScrollableControl GetParent ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Enabled { public get; public set; }
- Property: int LargeChange { public get; public set; }
- Property: int Maximum { public get; public set; }
- Property: int Minimum { public get; public set; }
- Property: int SmallChange { public get; public set; }
- Property: int Value { public get; public set; }
- Property: bool Visible { public get; public set; }
|
| System.Windows.Forms HtmlDocument () |
| n/a
|
public class System.Windows.Forms.HtmlDocument
|
| --> NONE <--
|
- Event: public event HtmlElementEventHandler AfterLostFocus
- Event: public event HtmlElementEventHandler BeforeFocus
- Event: public event HtmlElementEventHandler Click
- Event: public event HtmlElementEventHandler ContextMenu
- Event: public event HtmlElementEventHandler MouseDown
- Event: public event HtmlElementEventHandler MouseMove
- Event: public event HtmlElementEventHandler MouseOver
- Event: public event HtmlElementEventHandler MouseUp
- Event: public event HtmlElementEventHandler Stop
- Method: public void AttachEventHandler (string eventName, HtmlElementEventHandler eventHandler)
- Method: public HtmlElement CreateElement (string elementTag)
- Method: public void DetachEventHandler (string eventName, HtmlElementEventHandler eventHandler)
- Method: public virtual void Dispose ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public void Focus ()
- Method: public HtmlElement GetElementById (string id)
- Method: public HtmlElement GetElementFromPoint (Point p)
- Method: public HtmlElementCollection GetElementsByTagName (string tagName)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public object InvokeScript (string scriptName)
- Method: public object InvokeScript (string scriptName, object[] args)
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void OnAfterLostFocus (HtmlElementEventArgs e)
- Method: protected virtual void OnBeforeFocus (HtmlElementEventArgs e)
- Method: protected virtual void OnClick (HtmlElementEventArgs e)
- Method: protected virtual void OnContextMenu (HtmlElementEventArgs e)
- Method: protected virtual void OnMouseDown (HtmlElementEventArgs e)
- Method: protected virtual void OnMouseMove (HtmlElementEventArgs e)
- Method: protected virtual void OnMouseOver (HtmlElementEventArgs e)
- Method: protected virtual void OnMouseUp (HtmlElementEventArgs e)
- Method: protected virtual void OnStop (HtmlElementEventArgs e)
- Method: public HtmlDocument OpenNew (bool replaceInHistory)
- Method (i): public virtual string ToString ()
- Method: public void Write (string text)
- Property: HtmlElement ActiveElement { public get; }
- Property: Color ActiveLinkColor { public get; public set; }
- Property: HtmlElementCollection All { public get; }
- Property: Color BackColor { public get; public set; }
- Property: HtmlElement Body { public get; }
- Property: string CharSet { public get; public set; }
- Property: string Cookie { public get; public set; }
- Property: string DefaultCharSet { public get; }
- Property: string Domain { public get; public set; }
- Property: object DomDocument { public get; }
- Property: Color ForeColor { public get; public set; }
- Property: HtmlElementCollection Forms { public get; }
- Property: HtmlElementCollection Images { public get; }
- Property: bool IsFocused { public get; }
- Property: Color LinkColor { public get; public set; }
- Property: HtmlElementCollection Links { public get; }
- Property: HtmlLocation Location { public get; }
- Property: bool RightToLeft { public get; public set; }
- Property: string Title { public get; public set; }
- Property: Color VisitedLinkColor { public get; public set; }
- Property: HtmlWindow Window { public get; }
|
| System.Windows.Forms HtmlElement () |
| n/a
|
public class System.Windows.Forms.HtmlElement
|
| --> NONE <--
|
- Event: public event HtmlElementEventHandler AfterLostFocus
- Event: public event HtmlElementEventHandler BeforeFocus
- Event: public event HtmlElementEventHandler Click
- Event: public event HtmlElementEventHandler DoubleClick
- Event: public event HtmlElementEventHandler Drag
- Event: public event HtmlElementEventHandler DragEnd
- Event: public event HtmlElementEventHandler DragOver
- Event: public event HtmlElementEventHandler Error
- Event: public event HtmlElementEventHandler Focus
- Event: public event HtmlElementEventHandler KeyDown
- Event: public event HtmlElementEventHandler KeyPress
- Event: public event HtmlElementEventHandler KeyUp
- Event: public event HtmlElementEventHandler Load
- Event: public event HtmlElementEventHandler MouseDown
- Event: public event HtmlElementEventHandler MouseMove
- Event: public event HtmlElementEventHandler MouseOver
- Event: public event HtmlElementEventHandler MouseUp
- Event: public event HtmlElementEventHandler ResizeEnd
- Event: public event HtmlElementEventHandler ResizeStart
- Event: public event HtmlElementEventHandler Unload
- Method: public HtmlElement AppendChild (HtmlElement newElement)
- Method: public void AttachEventHandler (string eventName, HtmlElementEventHandler eventHandler)
- Method: public void DetachEventHandler (string eventName, HtmlElementEventHandler eventHandler)
- Method: public virtual void Dispose ()
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public string GetAttribute (string attributeName)
- Method: public HtmlElementCollection GetElementsByTagName (string tagName)
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public HtmlElement InsertAdjacentElement (HtmlElementInsertionOrientation orient, HtmlElement newElement)
- Method: public object InvokeMember (string methodName)
- Method: public object InvokeMember (string methodName, object[] parameter)
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void OnAfterLostFocus (HtmlElementEventArgs e)
- Method: protected virtual void OnBeforeFocus (HtmlElementEventArgs e)
- Method: protected virtual void OnClick (HtmlElementEventArgs e)
- Method: protected virtual void OnDoubleClick (HtmlElementEventArgs e)
- Method: protected virtual void OnDrag (HtmlElementEventArgs e)
- Method: protected virtual void OnDragEnd (HtmlElementEventArgs e)
- Method: protected virtual void OnDragOver (HtmlElementEventArgs e)
- Method: protected virtual void OnError (HtmlElementEventArgs e)
- Method: protected virtual void OnFocus (HtmlElementEventArgs e)
- Method: protected virtual void OnKeyDown (HtmlElementEventArgs e)
- Method: protected virtual void OnKeyPress (HtmlElementEventArgs e)
- Method: protected virtual void OnKeyUp (HtmlElementEventArgs e)
- Method: protected virtual void OnLoad (HtmlElementEventArgs e)
- Method: protected virtual void OnMouseDown (HtmlElementEventArgs e)
- Method: protected virtual void OnMouseMove (HtmlElementEventArgs e)
- Method: protected virtual void OnMouseOver (HtmlElementEventArgs e)
- Method: protected virtual void OnMouseUp (HtmlElementEventArgs e)
- Method: protected virtual void OnResizeEnd (HtmlElementEventArgs e)
- Method: protected virtual void OnResizeStart (HtmlElementEventArgs e)
- Method: protected virtual void OnUnload (HtmlElementEventArgs e)
- Method: public void RaiseEvent (string eventName, HtmlElementEventHandler eventHandler)
- Method: public void RemoveFocus ()
- Method: public void ScrollIntoView (bool alignWithTop)
- Method: public void SetAttribute (string attributeName, string value)
- Method: public void SetFocus ()
- Method (i): public virtual string ToString ()
- Property: HtmlElementCollection All { public get; }
- Property: bool CanHaveChildren { public get; }
- Property: HtmlElementCollection Children { public get; }
- Property: Rectangle ClientRectangle { public get; }
- Property: HtmlDocument Document { public get; }
- Property: object DomElement { public get; }
- Property: bool Enabled { public get; public set; }
- Property: HtmlElement FirstChild { public get; }
- Property: string Id { public get; public set; }
- Property: string InnerHtml { public get; public set; }
- Property: string InnerText { public get; public set; }
- Property: string Name { public get; public set; }
- Property: HtmlElement NextSibling { public get; }
- Property: HtmlElement OffsetParent { public get; }
- Property: Rectangle OffsetRectangle { public get; }
- Property: string OuterHtml { public get; public set; }
- Property: string OuterText { public get; public set; }
- Property: HtmlElement Parent { public get; }
- Property: int ScrollLeft { public get; public set; }
- Property: Rectangle ScrollRectangle { public get; }
- Property: int ScrollTop { public get; public set; }
- Property: string Style { public get; public set; }
- Property: short TabIndex { public get; public set; }
- Property: string TagName { public get; }
|
| System.Windows.Forms HtmlElementCollection () |
| n/a
|
public class System.Windows.Forms.HtmlElementCollection
|
| --> NONE <--
|
- Method: public virtual void Dispose ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public HtmlElementCollection GetElementsByName (string name)
- Method: public virtual IEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: HtmlElement this [int index] { public get; }
- Property: HtmlElement this [string elementId] { public get; }
|
| System.Windows.Forms HtmlElementEventArgs () |
| n/a
|
public class System.Windows.Forms.HtmlElementEventArgs
|
| --> NONE <--
|
- Method: public virtual void Dispose ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool BubbleEvent { public get; public set; }
- Property: Point ClientMousePosition { public get; public set; }
- Property: string EventType { public get; }
- Property: HtmlElement FromElement { public get; }
- Property: int KeyPressedCode { public get; }
- Property: MouseButtons MouseButtonsPressed { public get; }
- Property: Point MousePosition { public get; public set; }
- Property: Point OffsetMousePosition { public get; public set; }
- Property: bool ReturnValue { public get; public set; }
- Property: HtmlElement ToElement { public get; }
- Property: int WheelDelta { public get; }
|
| System.Windows.Forms HtmlElementEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.HtmlElementEventHandler
|
| --> NONE <--
|
- Constructor: public HtmlElementEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, HtmlElementEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, HtmlElementEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| HtmlElementInsertionOrientation () |
| n/a
|
public sealed enum System.Windows.Forms.HtmlElementInsertionOrientation
                    BeforeBegin = 0,
                    AfterBegin = 1,
                    BeforeEnd = 2,
                    AfterEnd = 3,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms HtmlHistory () |
| n/a
|
public class System.Windows.Forms.HtmlHistory
|
| --> NONE <--
|
- Method: public void Back (int numBack)
- Method: public virtual void Dispose ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public void Forward (int numForward)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public void Go (int relPosition)
- Method: public void Go (string location)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: object DomHistory { public get; }
- Property: int Length { public get; }
|
| System.Windows.Forms HtmlLocation () |
| n/a
|
public class System.Windows.Forms.HtmlLocation
|
| --> NONE <--
|
- Method: public virtual void Dispose ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: object DomLocation { public get; }
- Property: string Host { public get; public set; }
- Property: string Href { public get; public set; }
- Property: string Protocol { public get; }
|
| System.Windows.Forms HtmlNavigator () |
| n/a
|
public class System.Windows.Forms.HtmlNavigator
|
| --> NONE <--
|
- Method: public virtual void Dispose ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: string AppName { public get; }
- Property: string AppVersion { public get; }
- Property: string BrowserLanguage { public get; }
- Property: bool CookieEnabled { public get; }
- Property: object DomNavigator { public get; }
- Property: bool JavaEnabled { public get; }
- Property: string Platform { public get; }
- Property: string UserAgent { public get; }
|
| System.Windows.Forms HtmlPopup () |
| n/a
|
public class System.Windows.Forms.HtmlPopup
|
| --> NONE <--
|
- Method: public virtual void Dispose ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public void Hide ()
- Method (i): protected object MemberwiseClone ()
- Method: public void Show (int x, int y, int width, int height)
- Method (i): public virtual string ToString ()
- Property: HtmlDocument Document { public get; }
- Property: object DomPopup { public get; }
- Property: bool IsOpen { public get; }
|
| System.Windows.Forms HtmlScreen () |
| n/a
|
public class System.Windows.Forms.HtmlScreen
|
| --> NONE <--
|
- Method: public virtual void Dispose ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Size AvailableArea { public get; }
- Property: int ColorDepth { public get; }
- Property: object DomScreen { public get; }
- Property: Size Size { public get; }
|
| System.Windows.Forms HtmlWindow () |
| n/a
|
public class System.Windows.Forms.HtmlWindow
|
| --> NONE <--
|
- Event: public event EventHandler Error
- Event: public event HtmlElementEventHandler GotFocus
- Event: public event HtmlElementEventHandler Load
- Event: public event HtmlElementEventHandler LosingFocus
- Event: public event HtmlElementEventHandler ResizeEnd
- Event: public event HtmlElementEventHandler ResizeStart
- Event: public event HtmlElementEventHandler Scroll
- Event: public event HtmlElementEventHandler Unload
- Method: public void Alert (string message)
- Method: public void AttachEventHandler (string eventName, HtmlElementEventHandler eventHandler)
- Method: public void Close ()
- Method: public bool Confirm (string message)
- Method: public HtmlPopup CreatePopup ()
- Method: public void DetachEventHandler (string eventName, HtmlElementEventHandler eventHandler)
- Method: public virtual void Dispose ()
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void MoveTo (int x, int y)
- Method: public void Navigate (string url)
- Method: protected virtual void OnError (EventArgs e)
- Method: protected virtual void OnGotFocus (HtmlElementEventArgs e)
- Method: protected virtual void OnLoad (HtmlElementEventArgs e)
- Method: protected virtual void OnLosingFocus (HtmlElementEventArgs e)
- Method: protected virtual void OnResizeEnd (HtmlElementEventArgs e)
- Method: protected virtual void OnResizeStart (HtmlElementEventArgs e)
- Method: protected virtual void OnScroll (HtmlElementEventArgs e)
- Method: protected virtual void OnUnload (HtmlElementEventArgs e)
- Method: public HtmlWindow Open (string url, string target, string windowOptions, bool replaceEntry)
- Method: public HtmlWindow OpenNew (string url, string windowOptions)
- Method: public void Prompt (string message, string defaultInputValue)
- Method: public void RemoveFocus ()
- Method: public void ResizeTo (int width, int height)
- Method: public void ScrollTo (int x, int y)
- Method: public void SetFocus ()
- Method (i): public virtual string ToString ()
- Property: HtmlDocument Document { public get; }
- Property: object DomWindow { public get; }
- Property: HtmlWindowCollection Frames { public get; }
- Property: HtmlHistory History { public get; }
- Property: bool IsClosed { public get; }
- Property: HtmlLocation Location { public get; }
- Property: HtmlNavigator Navigator { public get; }
- Property: HtmlWindow Opener { public get; }
- Property: HtmlWindow Parent { public get; }
- Property: Point Position { public get; }
- Property: HtmlScreen Screen { public get; }
- Property: string StatusBarText { public get; public set; }
- Property: string Title { public get; public set; }
- Property: HtmlElement WindowFrameElement { public get; }
|
| System.Windows.Forms HtmlWindowCollection () |
| n/a
|
public class System.Windows.Forms.HtmlWindowCollection
|
| --> NONE <--
|
- Method: public virtual void Dispose ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: HtmlWindow this [int index] { public get; }
- Property: HtmlWindow this [string windowId] { public get; }
|
| System.Windows.Forms IBindableComponent () |
| n/a
|
public interface System.Windows.Forms.IBindableComponent
|
| --> NONE <--
|
- Property: BindingContext BindingContext { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
|
| System.Windows.Forms ICurrencyManagerProvider () |
| n/a
|
public interface System.Windows.Forms.ICurrencyManagerProvider
|
| --> NONE <--
|
- Property: CurrencyManager CurrencyManager { public get; }
|
| System.Windows.Forms IDataGridViewEditingCell () |
| n/a
|
public interface System.Windows.Forms.IDataGridViewEditingCell
|
| --> NONE <--
|
- Method: object GetFormattedValue (DataGridViewDataErrorContext context)
- Method: bool IsInputKey (Keys keyData, bool dataGridViewWantsInputKey)
- Method: void PrepareForEdit (bool selectAll)
- Property: object FormattedValue { public set; }
- Property: bool ValueChanged { public get; public set; }
|
| System.Windows.Forms IDataGridViewEditingControl () |
| n/a
|
public interface System.Windows.Forms.IDataGridViewEditingControl
|
| --> NONE <--
|
- Method: object GetFormattedValue (DataGridViewDataErrorContext context)
- Method: bool IsInputKey (Keys keyData, bool dataGridViewWantsInputKey)
- Method: void PrepareForEdit (bool selectAll)
- Method: void UseCellStyle (DataGridViewCellStyle dataGridViewCellStyle)
- Property: Cursor Cursor { public get; }
- Property: DataGridView DataGridView { public get; public set; }
- Property: object FormattedValue { public set; }
- Property: bool RepositionOnValueChange { public get; }
- Property: int RowIndex { public get; public set; }
- Property: bool ValueChanged { public get; public set; }
|
| System.Windows.Forms IDropTarget () |
| n/a
|
public interface System.Windows.Forms.IDropTarget
|
| --> NONE <--
|
- Method: void OnDragDrop (DragEventArgs e)
- Method: void OnDragEnter (DragEventArgs e)
- Method: void OnDragLeave (EventArgs e)
- Method: void OnDragOver (DragEventArgs e)
|
| System.Windows.Forms ImageKeyConverter () |
| n/a
|
public class System.Windows.Forms.ImageKeyConverter
|
| --> NONE <--
|
- Constructor: public ImageKeyConverter ()
- Method (i): public bool CanConvertFrom (Type sourceType)
- Method: public override bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
- Method (i): public bool CanConvertTo (Type destinationType)
- Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
- Method (i): public object ConvertFrom (object value)
- Method: public override object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public object ConvertFromInvariantString (string text)
- Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertFromString (string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertTo (object value, Type destinationType)
- Method: public override object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
- Method (i): public string ConvertToInvariantString (object value)
- Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
- Method (i): public string ConvertToString (object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
- Method (i): public object CreateInstance (IDictionary propertyValues)
- Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected Exception GetConvertFromException (object value)
- Method (i): protected Exception GetConvertToException (object value, Type destinationType)
- Method (i): public bool GetCreateInstanceSupported ()
- Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public PropertyDescriptorCollection GetProperties (object value)
- Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
- Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
- Method (i): public bool GetPropertiesSupported ()
- Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
- Method (i): public ICollection GetStandardValues ()
- Method: public override StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesExclusive ()
- Method: public override bool GetStandardValuesExclusive (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesSupported ()
- Method: public override bool GetStandardValuesSupported (ITypeDescriptorContext context)
- Method (i): public Type GetType ()
- Method (i): public bool IsValid (object value)
- Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
- Method (i): public virtual string ToString ()
- Property: protected virtual bool IncludeNoneAsStandardValue { }
|
| ImageLayout () |
| n/a
|
public sealed enum System.Windows.Forms.ImageLayout
                    None = 0,
                    Tile = 1,
                    Center = 2,
                    Stretch = 3,
                    Zoom = 4,
|
| --> NONE <--
|
--> NONE <--
|
| public sealed class System.Windows.Forms.ImageList () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: RightToLeft RightToLeft { public get; public set; }
- Property: object Tag { public get; public set; }
|
| ItemChangedEventMode () |
| n/a
|
public sealed enum System.Windows.Forms.ItemChangedEventMode
                    None = 0,
                    Current = 1,
                    All = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ItemCheckedEventArgs () |
| n/a
|
public class System.Windows.Forms.ItemCheckedEventArgs
|
| --> NONE <--
|
- Constructor: public ItemCheckedEventArgs (ListViewItem item)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ListViewItem Item { public get; }
|
| System.Windows.Forms ItemCheckedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ItemCheckedEventHandler
|
| --> NONE <--
|
- Constructor: public ItemCheckedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ItemCheckedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ItemCheckedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms.Printing Footer () |
| n/a
|
public class System.Windows.Forms.Printing.Footer
|
| --> NONE <--
|
- Method (i): public void Clear ()
- Method (i): public virtual void Dispose ()
- Method (i): public void DrawArc (float centerX, float centerY, float radius, float startAngle, float sweepAngle)
- Method (i): public void DrawArc (float centerX, float centerY, float radius, float startAngle, float sweepAngle, float edgeWidth)
- Method (i): public void DrawCircle (RectangleF boundingRect)
- Method (i): public void DrawCircle (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawEllipse (RectangleF boundingRect)
- Method (i): public void DrawEllipse (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawFilledArc (RectangleF boundingRect, float nXRadial1, float nYRadial1, float nXRadial2, float nYRadial2)
- Method (i): public void DrawFilledArc (RectangleF boundingRect, float nXRadial1, float nYRadial1, float nXRadial2, float nYRadial2, float edgeWidth)
- Method (i): public void DrawFilledCircle (RectangleF boundingRect)
- Method (i): public void DrawFilledCircle (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawFilledEllipse (RectangleF boundingRect)
- Method (i): public void DrawFilledEllipse (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawFilledRectangle (float topLeftX, float topLeftY, float width, float height)
- Method (i): public void DrawFilledRectangle (float topLeftX, float topLeftY, float width, float height, float edgeWidth)
- Method (i): public void DrawFilledSquare (float topLeftX, float topLeftY, float width)
- Method (i): public void DrawFilledSquare (float topLeftX, float topLeftY, float width, float edgeWidth)
- Method (i): public void DrawImage (float startX, float startY, Image image)
- Method (i): public void DrawImage (float startX, float startY, Image image, SizeF destImageSize)
- Method (i): public void DrawLine (float startX, float startY, float endX, float endY)
- Method (i): public void DrawLine (float startX, float startY, float endX, float endY, float lineWidth)
- Method (i): public void DrawRectangle (float topLeftX, float topLeftY, float width, float height)
- Method (i): public void DrawRectangle (float topLeftX, float topLeftY, float width, float height, float edgeWidth)
- Method (i): public void DrawSquare (float topLeftX, float topLeftY, float width)
- Method (i): public void DrawSquare (float topLeftX, float topLeftY, float width, float edgeWidth)
- Method (i): public void DrawText (float startX, float startY, string text)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public SizeF MeasureText (string text)
- Method (i): protected object MemberwiseClone ()
- Method (i): public void TableBegin ()
- Method (i): public void TableBegin (TablePrintLayout table)
- Method (i): public TablePrintLayout TableEnd ()
- Method (i): public virtual string ToString ()
- Method (i): public void Write (string text)
- Method (i): public void WriteDataboundTable ()
- Method (i): public void WriteDataboundTable (TablePrintLayout table)
- Method (i): public void WriteHorizontalLine (float height)
- Method (i): public void WriteHorizontalLine (VerticalAlignment position, float height)
- Method (i): public void WriteImage (Image image)
- Method (i): public void WriteImage (Image image, SizeF imageSize)
- Method (i): public void WriteLine ()
- Method (i): public void WriteLine (string text)
- Method (i): public void WriteTextFile (string fileName)
- Property: Color BackColor { public get; public set; }
- Property: float CurrentX { public get; public set; }
- Property: float CurrentY { public get; public set; }
- Property: bool DisplayPageNumbers { public get; public set; }
- Property: bool DisplayTotalPageNumbers { public get; public set; }
- Property: Font Font { public get; public set; }
- Property: string FontName { public get; public set; }
- Property: float FontSize { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: PrintUnitType FontUnits { public get; public set; }
- Property: RectangleF FooterArea { public get; }
- Property: Color ForeColor { public get; public set; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: float IndentLeft { public get; public set; }
- Property: float IndentRight { public get; public set; }
- Property: Font PageNumberFont { public get; public set; }
- Property: string PageNumberFontName { public get; public set; }
- Property: float PageNumberFontSize { public get; public set; }
- Property: FontStyle PageNumberFontStyle { public get; public set; }
- Property: PrintUnitType PageNumberFontUnits { public get; public set; }
- Property: PageNumberPosition PageNumberPosition { public get; public set; }
- Property: PageNumberStyle PageNumberStyle { public get; public set; }
- Property: int RemainingLines { public get; }
- Property: RightToLeft RightToLeft { public get; public set; }
- Property: TablePrintLayout Table { public get; }
- Property: PrintUnitType Units { public get; public set; }
|
| System.Windows.Forms.Printing Header () |
| n/a
|
public class System.Windows.Forms.Printing.Header
|
| --> NONE <--
|
- Method (i): public void Clear ()
- Method (i): public virtual void Dispose ()
- Method (i): public void DrawArc (float centerX, float centerY, float radius, float startAngle, float sweepAngle)
- Method (i): public void DrawArc (float centerX, float centerY, float radius, float startAngle, float sweepAngle, float edgeWidth)
- Method (i): public void DrawCircle (RectangleF boundingRect)
- Method (i): public void DrawCircle (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawEllipse (RectangleF boundingRect)
- Method (i): public void DrawEllipse (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawFilledArc (RectangleF boundingRect, float nXRadial1, float nYRadial1, float nXRadial2, float nYRadial2)
- Method (i): public void DrawFilledArc (RectangleF boundingRect, float nXRadial1, float nYRadial1, float nXRadial2, float nYRadial2, float edgeWidth)
- Method (i): public void DrawFilledCircle (RectangleF boundingRect)
- Method (i): public void DrawFilledCircle (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawFilledEllipse (RectangleF boundingRect)
- Method (i): public void DrawFilledEllipse (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawFilledRectangle (float topLeftX, float topLeftY, float width, float height)
- Method (i): public void DrawFilledRectangle (float topLeftX, float topLeftY, float width, float height, float edgeWidth)
- Method (i): public void DrawFilledSquare (float topLeftX, float topLeftY, float width)
- Method (i): public void DrawFilledSquare (float topLeftX, float topLeftY, float width, float edgeWidth)
- Method (i): public void DrawImage (float startX, float startY, Image image)
- Method (i): public void DrawImage (float startX, float startY, Image image, SizeF destImageSize)
- Method (i): public void DrawLine (float startX, float startY, float endX, float endY)
- Method (i): public void DrawLine (float startX, float startY, float endX, float endY, float lineWidth)
- Method (i): public void DrawRectangle (float topLeftX, float topLeftY, float width, float height)
- Method (i): public void DrawRectangle (float topLeftX, float topLeftY, float width, float height, float edgeWidth)
- Method (i): public void DrawSquare (float topLeftX, float topLeftY, float width)
- Method (i): public void DrawSquare (float topLeftX, float topLeftY, float width, float edgeWidth)
- Method (i): public void DrawText (float startX, float startY, string text)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public SizeF MeasureText (string text)
- Method (i): protected object MemberwiseClone ()
- Method (i): public void TableBegin ()
- Method (i): public void TableBegin (TablePrintLayout table)
- Method (i): public TablePrintLayout TableEnd ()
- Method (i): public virtual string ToString ()
- Method (i): public void Write (string text)
- Method (i): public void WriteDataboundTable ()
- Method (i): public void WriteDataboundTable (TablePrintLayout table)
- Method (i): public void WriteHorizontalLine (float height)
- Method (i): public void WriteHorizontalLine (VerticalAlignment position, float height)
- Method (i): public void WriteImage (Image image)
- Method (i): public void WriteImage (Image image, SizeF imageSize)
- Method (i): public void WriteLine ()
- Method (i): public void WriteLine (string text)
- Method (i): public void WriteTextFile (string fileName)
- Property: Color BackColor { public get; public set; }
- Property: float CurrentX { public get; public set; }
- Property: float CurrentY { public get; public set; }
- Property: bool DisplayPageNumbers { public get; public set; }
- Property: bool DisplayTotalPageNumbers { public get; public set; }
- Property: Font Font { public get; public set; }
- Property: string FontName { public get; public set; }
- Property: float FontSize { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: PrintUnitType FontUnits { public get; public set; }
- Property: Color ForeColor { public get; public set; }
- Property: RectangleF HeaderArea { public get; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: float IndentLeft { public get; public set; }
- Property: float IndentRight { public get; public set; }
- Property: Font PageNumberFont { public get; public set; }
- Property: string PageNumberFontName { public get; public set; }
- Property: float PageNumberFontSize { public get; public set; }
- Property: FontStyle PageNumberFontStyle { public get; public set; }
- Property: PrintUnitType PageNumberFontUnits { public get; public set; }
- Property: PageNumberPosition PageNumberPosition { public get; public set; }
- Property: PageNumberStyle PageNumberStyle { public get; public set; }
- Property: int RemainingLines { public get; }
- Property: RightToLeft RightToLeft { public get; public set; }
- Property: TablePrintLayout Table { public get; }
- Property: PrintUnitType Units { public get; public set; }
|
| EdgeEffects () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.EdgeEffects
                    None = 0,
                    FillInterior = 2048,
                    Flat = 4096,
                    Soft = 16384,
                    Mono = 32768,
|
| --> NONE <--
|
--> NONE <--
|
| Edges () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.Edges
                    Left = 1,
                    Top = 2,
                    Right = 4,
                    Bottom = 8,
                    Diagonal = 16,
|
| --> NONE <--
|
--> NONE <--
|
| EdgeStyle () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.EdgeStyle
                    Raised = 5,
                    Etched = 6,
                    Bump = 9,
                    Sunken = 10,
|
| --> NONE <--
|
--> NONE <--
|
| EnumProperty () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.EnumProperty
                    BackgroundType = 4001,
                    BorderType = 4002,
                    FillType = 4003,
                    SizingType = 4004,
                    HorizontalAlignment = 4005,
                    ContentAlignment = 4006,
                    VerticalAlignment = 4007,
                    OffsetType = 4008,
                    IconEffect = 4009,
                    TextShadowType = 4010,
                    ImageLayout = 4011,
                    GlyphType = 4012,
                    ImageSelectType = 4013,
                    GlyphFontSizingType = 4014,
                    TrueSizeScalingType = 4015,
|
| --> NONE <--
|
--> NONE <--
|
| FilenameProperty () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.FilenameProperty
                    ImageFile = 3001,
                    ImageFile1 = 3002,
                    ImageFile2 = 3003,
                    ImageFile3 = 3004,
                    ImageFile4 = 3005,
                    ImageFile5 = 3006,
                    StockImageFile = 3007,
                    GlyphImageFile = 3008,
|
| --> NONE <--
|
--> NONE <--
|
| FillType () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.FillType
                    Solid = 0,
                    VerticalGradient = 1,
                    HorizontalGradient = 2,
                    RadialGradient = 3,
                    TileImage = 4,
|
| --> NONE <--
|
--> NONE <--
|
| FontProperty () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.FontProperty
                    GlyphFont = 2601,
|
| --> NONE <--
|
--> NONE <--
|
| GlyphFontSizingType () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.GlyphFontSizingType
                    None = 0,
                    Size = 1,
                    Dpi = 2,
|
| --> NONE <--
|
--> NONE <--
|
| GlyphType () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.GlyphType
                    None = 0,
                    ImageGlyph = 1,
                    FontGlyph = 2,
|
| --> NONE <--
|
--> NONE <--
|
| GroupBoxState () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.GroupBoxState
                    Normal = 1,
                    Disabled = 2,
|
| --> NONE <--
|
--> NONE <--
|
| HitTestCode () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.HitTestCode
                    Nowhere = 0,
                    Client = 1,
                    Left = 10,
                    Right = 11,
                    Top = 12,
                    TopLeft = 13,
                    TopRight = 14,
                    Bottom = 15,
                    BottomLeft = 16,
                    BottomRight = 17,
|
| --> NONE <--
|
--> NONE <--
|
| HitTestOptions () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.HitTestOptions
                    BackgroundSegment = 0,
                    FixedBorder = 2,
                    Caption = 4,
                    ResizingBorderLeft = 16,
                    ResizingBorderTop = 32,
                    ResizingBorderRight = 64,
                    ResizingBorderBottom = 128,
                    ResizingBorder = 240,
                    SizingTemplate = 256,
                    SystemSizingMargins = 512,
|
| --> NONE <--
|
--> NONE <--
|
| HorizontalAlignment () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.HorizontalAlignment
                    Left = 0,
                    Center = 1,
                    Right = 2,
|
| --> NONE <--
|
--> NONE <--
|
| IconEffect () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.IconEffect
                    None = 0,
                    Glow = 1,
                    Shadow = 2,
                    Pulse = 3,
                    Alpha = 4,
|
| --> NONE <--
|
--> NONE <--
|
| ImageOrientation () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.ImageOrientation
                    Vertical = 0,
                    Horizontal = 1,
|
| --> NONE <--
|
--> NONE <--
|
| ImageSelectType () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.ImageSelectType
                    None = 0,
                    Size = 1,
                    Dpi = 2,
|
| --> NONE <--
|
--> NONE <--
|
| IntegerProperty () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.IntegerProperty
                    ImageCount = 2401,
                    AlphaLevel = 2402,
                    BorderSize = 2403,
                    RoundCornerWidth = 2404,
                    RoundCornerHeight = 2405,
                    GradientRatio1 = 2406,
                    GradientRatio2 = 2407,
                    GradientRatio3 = 2408,
                    GradientRatio4 = 2409,
                    GradientRatio5 = 2410,
                    ProgressChunkSize = 2411,
                    ProgressSpaceSize = 2412,
                    Saturation = 2413,
                    TextBorderSize = 2414,
                    AlphaThreshold = 2415,
                    Width = 2416,
                    Height = 2417,
                    GlyphIndex = 2418,
                    TrueSizeStretchMark = 2419,
                    MinDpi1 = 2420,
                    MinDpi2 = 2421,
                    MinDpi3 = 2422,
                    MinDpi4 = 2423,
                    MinDpi5 = 2424,
|
| --> NONE <--
|
--> NONE <--
|
| Keys () |
public sealed enum System.Windows.Forms.Keys
                    None = 0,
                    LButton = 1,
                    RButton = 2,
                    Cancel = 3,
                    MButton = 4,
                    XButton1 = 5,
                    XButton2 = 6,
                    Back = 8,
                    Tab = 9,
                    LineFeed = 10,
                    Clear = 12,
                    Return = 13,
                    Enter = 13,
                    ShiftKey = 16,
                    ControlKey = 17,
                    Menu = 18,
                    Pause = 19,
                    CapsLock = 20,
                    Capital = 20,
                    KanaMode = 21,
                    HanguelMode = 21,
                    HangulMode = 21,
                    JunjaMode = 23,
                    FinalMode = 24,
                    KanjiMode = 25,
                    HanjaMode = 25,
                    Escape = 27,
                    IMEConvert = 28,
                    IMENonconvert = 29,
                    IMEAceept = 30,
                    IMEModeChange = 31,
                    Space = 32,
                    PageUp = 33,
                    Prior = 33,
                    PageDown = 34,
                    Next = 34,
                    End = 35,
                    Home = 36,
                    Left = 37,
                    Up = 38,
                    Right = 39,
                    Down = 40,
                    Select = 41,
                    Print = 42,
                    Execute = 43,
                    PrintScreen = 44,
                    Snapshot = 44,
                    Insert = 45,
                    Delete = 46,
                    Help = 47,
                    D0 = 48,
                    D1 = 49,
                    D2 = 50,
                    D3 = 51,
                    D4 = 52,
                    D5 = 53,
                    D6 = 54,
                    D7 = 55,
                    D8 = 56,
                    D9 = 57,
                    A = 65,
                    B = 66,
                    C = 67,
                    D = 68,
                    E = 69,
                    F = 70,
                    G = 71,
                    H = 72,
                    I = 73,
                    J = 74,
                    K = 75,
                    L = 76,
                    M = 77,
                    N = 78,
                    O = 79,
                    P = 80,
                    Q = 81,
                    R = 82,
                    S = 83,
                    T = 84,
                    U = 85,
                    V = 86,
                    W = 87,
                    X = 88,
                    Y = 89,
                    Z = 90,
                    LWin = 91,
                    RWin = 92,
                    Apps = 93,
                    NumPad0 = 96,
                    NumPad1 = 97,
                    NumPad2 = 98,
                    NumPad3 = 99,
                    NumPad4 = 100,
                    NumPad5 = 101,
                    NumPad6 = 102,
                    NumPad7 = 103,
                    NumPad8 = 104,
                    NumPad9 = 105,
                    Multiply = 106,
                    Add = 107,
                    Separator = 108,
                    Subtract = 109,
                    Decimal = 110,
                    Divide = 111,
                    F1 = 112,
                    F2 = 113,
                    F3 = 114,
                    F4 = 115,
                    F5 = 116,
                    F6 = 117,
                    F7 = 118,
                    F8 = 119,
                    F9 = 120,
                    F10 = 121,
                    F11 = 122,
                    F12 = 123,
                    F13 = 124,
                    F14 = 125,
                    F15 = 126,
                    F16 = 127,
                    F17 = 128,
                    F18 = 129,
                    F19 = 130,
                    F20 = 131,
                    F21 = 132,
                    F22 = 133,
                    F23 = 134,
                    F24 = 135,
                    NumLock = 144,
                    Scroll = 145,
                    LShiftKey = 160,
                    RShiftKey = 161,
                    LControlKey = 162,
                    RControlKey = 163,
                    LMenu = 164,
                    RMenu = 165,
                    BrowserBack = 166,
                    BrowserForward = 167,
                    BrowserRefresh = 168,
                    BrowserStop = 169,
                    BrowserSearch = 170,
                    BrowserFavorites = 171,
                    BrowserHome = 172,
                    VolumeMute = 173,
                    VolumeDown = 174,
                    VolumeUp = 175,
                    MediaNextTrack = 176,
                    MediaPreviousTrack = 177,
                    MediaStop = 178,
                    MediaPlayPause = 179,
                    LaunchMail = 180,
                    SelectMedia = 181,
                    LaunchApplication1 = 182,
                    LaunchApplication2 = 183,
                    OemSemicolon = 186,
                    Oemplus = 187,
                    Oemcomma = 188,
                    OemMinus = 189,
                    OemPeriod = 190,
                    OemQuestion = 191,
                    Oemtilde = 192,
                    OemOpenBrackets = 219,
                    OemPipe = 220,
                    OemCloseBrackets = 221,
                    OemQuotes = 222,
                    Oem8 = 223,
                    OemBackslash = 226,
                    ProcessKey = 229,
                    Attn = 246,
                    Crsel = 247,
                    Exsel = 248,
                    EraseEof = 249,
                    Play = 250,
                    Zoom = 251,
                    NoName = 252,
                    Pa1 = 253,
                    OemClear = 254,
                    KeyCode = 65535,
                    Shift = 65536,
                    Control = 131072,
                    Alt = 262144,
                    Modifiers = -65536,
|
public sealed enum System.Windows.Forms.Keys
                    None = 0,
                    LButton = 1,
                    RButton = 2,
                    Cancel = 3,
                    MButton = 4,
                    XButton1 = 5,
                    XButton2 = 6,
                    Back = 8,
                    Tab = 9,
                    LineFeed = 10,
                    Clear = 12,
                    Enter = 13,
                    Return = 13,
                    ShiftKey = 16,
                    ControlKey = 17,
                    Menu = 18,
                    Pause = 19,
                    CapsLock = 20,
                    Capital = 20,
                    HangulMode = 21,
                    HanguelMode = 21,
                    KanaMode = 21,
                    JunjaMode = 23,
                    FinalMode = 24,
                    KanjiMode = 25,
                    HanjaMode = 25,
                    Escape = 27,
                    IMEConvert = 28,
                    IMENonconvert = 29,
                    IMEAccept = 30,
                    IMEAceept = 30,
                    IMEModeChange = 31,
                    Space = 32,
                    Prior = 33,
                    PageUp = 33,
                    PageDown = 34,
                    Next = 34,
                    End = 35,
                    Home = 36,
                    Left = 37,
                    Up = 38,
                    Right = 39,
                    Down = 40,
                    Select = 41,
                    Print = 42,
                    Execute = 43,
                    Snapshot = 44,
                    PrintScreen = 44,
                    Insert = 45,
                    Delete = 46,
                    Help = 47,
                    D0 = 48,
                    D1 = 49,
                    D2 = 50,
                    D3 = 51,
                    D4 = 52,
                    D5 = 53,
                    D6 = 54,
                    D7 = 55,
                    D8 = 56,
                    D9 = 57,
                    A = 65,
                    B = 66,
                    C = 67,
                    D = 68,
                    E = 69,
                    F = 70,
                    G = 71,
                    H = 72,
                    I = 73,
                    J = 74,
                    K = 75,
                    L = 76,
                    M = 77,
                    N = 78,
                    O = 79,
                    P = 80,
                    Q = 81,
                    R = 82,
                    S = 83,
                    T = 84,
                    U = 85,
                    V = 86,
                    W = 87,
                    X = 88,
                    Y = 89,
                    Z = 90,
                    LWin = 91,
                    RWin = 92,
                    Apps = 93,
                    Sleep = 95,
                    NumPad0 = 96,
                    NumPad1 = 97,
                    NumPad2 = 98,
                    NumPad3 = 99,
                    NumPad4 = 100,
                    NumPad5 = 101,
                    NumPad6 = 102,
                    NumPad7 = 103,
                    NumPad8 = 104,
                    NumPad9 = 105,
                    Multiply = 106,
                    Add = 107,
                    Separator = 108,
                    Subtract = 109,
                    Decimal = 110,
                    Divide = 111,
                    F1 = 112,
                    F2 = 113,
                    F3 = 114,
                    F4 = 115,
                    F5 = 116,
                    F6 = 117,
                    F7 = 118,
                    F8 = 119,
                    F9 = 120,
                    F10 = 121,
                    F11 = 122,
                    F12 = 123,
                    F13 = 124,
                    F14 = 125,
                    F15 = 126,
                    F16 = 127,
                    F17 = 128,
                    F18 = 129,
                    F19 = 130,
                    F20 = 131,
                    F21 = 132,
                    F22 = 133,
                    F23 = 134,
                    F24 = 135,
                    NumLock = 144,
                    Scroll = 145,
                    LShiftKey = 160,
                    RShiftKey = 161,
                    LControlKey = 162,
                    RControlKey = 163,
                    LMenu = 164,
                    RMenu = 165,
                    BrowserBack = 166,
                    BrowserForward = 167,
                    BrowserRefresh = 168,
                    BrowserStop = 169,
                    BrowserSearch = 170,
                    BrowserFavorites = 171,
                    BrowserHome = 172,
                    VolumeMute = 173,
                    VolumeDown = 174,
                    VolumeUp = 175,
                    MediaNextTrack = 176,
                    MediaPreviousTrack = 177,
                    MediaStop = 178,
                    MediaPlayPause = 179,
                    LaunchMail = 180,
                    SelectMedia = 181,
                    LaunchApplication1 = 182,
                    LaunchApplication2 = 183,
                    OemSemicolon = 186,
                    Oem1 = 186,
                    Oemplus = 187,
                    Oemcomma = 188,
                    OemMinus = 189,
                    OemPeriod = 190,
                    Oem2 = 191,
                    OemQuestion = 191,
                    Oem3 = 192,
                    Oemtilde = 192,
                    Oem4 = 219,
                    OemOpenBrackets = 219,
                    OemPipe = 220,
                    Oem5 = 220,
                    OemCloseBrackets = 221,
                    Oem6 = 221,
                    OemQuotes = 222,
                    Oem7 = 222,
                    Oem8 = 223,
                    Oem102 = 226,
                    OemBackslash = 226,
                    ProcessKey = 229,
                    Packet = 231,
                    Attn = 246,
                    Crsel = 247,
                    Exsel = 248,
                    EraseEof = 249,
                    Play = 250,
                    Zoom = 251,
                    NoName = 252,
                    Pa1 = 253,
                    OemClear = 254,
                    KeyCode = 65535,
                    Shift = 65536,
                    Control = 131072,
                    Alt = 262144,
                    Modifiers = -65536,
|
| --> NONE <--
|
--> NONE <--
|
| public class System.Windows.Forms.KeysConverter () |
- Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
|
- Method: public override bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
|
| System.Windows.Forms Label () |
public class System.Windows.Forms.Label
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.Label
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method: protected override bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: virtual bool AutoSize { public get; public set; }
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected new virtual bool RenderTransparent { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
- Property: virtual string Text { public get; public set; }
|
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method: protected override void OnMouseEnter (EventArgs e)
- Method: protected override void OnMouseLeave (EventArgs e)
- Method: protected override void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: ProtectedInternal override bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: bool AutoEllipsis { public get; public set; }
- Property: override bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: override bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: string ImageKey { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- [Obsolete: Do not use this property]Property: protected new virtual bool RenderTransparent { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: override string Text { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
|
| public sealed class System.Windows.Forms.LayoutEventArgs () |
| --> NONE <--
|
- Constructor: public LayoutEventArgs (IComponent affectedComponent, string affectedProperty)
- Property: object AffectedComponent { public get; }
|
| System.Windows.Forms LayoutSettings () |
| n/a
|
public abstract class System.Windows.Forms.LayoutSettings
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual LayoutEngine LayoutEngine { public get; }
|
| System.Windows.Forms LinkConverter () |
| n/a
|
public class System.Windows.Forms.LinkConverter
|
| --> NONE <--
|
- Constructor: public LinkConverter ()
- Method (i): public bool CanConvertFrom (Type sourceType)
- Method: public override bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
- Method (i): public bool CanConvertTo (Type destinationType)
- Method: public override bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
- Method (i): public object ConvertFrom (object value)
- Method: public override object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public object ConvertFromInvariantString (string text)
- Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertFromString (string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertTo (object value, Type destinationType)
- Method: public override object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
- Method (i): public string ConvertToInvariantString (object value)
- Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
- Method (i): public string ConvertToString (object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
- Method (i): public object CreateInstance (IDictionary propertyValues)
- Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected Exception GetConvertFromException (object value)
- Method (i): protected Exception GetConvertToException (object value, Type destinationType)
- Method (i): public bool GetCreateInstanceSupported ()
- Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public PropertyDescriptorCollection GetProperties (object value)
- Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
- Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
- Method (i): public bool GetPropertiesSupported ()
- Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
- Method (i): public ICollection GetStandardValues ()
- Method (i): public virtual StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesExclusive ()
- Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesSupported ()
- Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
- Method (i): public Type GetType ()
- Method (i): public bool IsValid (object value)
- Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
- Method (i): public virtual string ToString ()
|
| System.Windows.Forms LinkLabel () |
public class System.Windows.Forms.LinkLabel
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.LinkLabel
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: FlatStyle FlatStyle { public get; public set; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool RenderTransparent { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method: protected override void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: bool AutoEllipsis { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: new FlatStyle FlatStyle { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: new Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- [Obsolete: Do not use this property]Property: protected virtual bool RenderTransparent { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms ListBox () |
public class System.Windows.Forms.ListBox
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.ListBox
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ListControlConvertEventHandler Format
- Event: public event EventHandler FormatInfoChanged
- Event: public event EventHandler FormatStringChanged
- Event: public event EventHandler FormattingEnabledChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnFormat (ListControlConvertEventArgs e)
- Method (i): protected virtual void OnFormatInfoChanged (EventArgs e)
- Method (i): protected virtual void OnFormatStringChanged (EventArgs e)
- Method (i): protected virtual void OnFormattingEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method: protected override void RefreshItems ()
- Method: public override void ResetBackColor ()
- Method: public override void ResetForeColor ()
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Nested Type: public class IntegerCollection
- Property: protected override bool AllowSelection { }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: IntegerCollection CustomTabOffsets { public get; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: override Font Font { public get; public set; }
- Property: IFormatProvider FormatInfo { public get; public set; }
- Property: string FormatString { public get; public set; }
- Property: bool FormattingEnabled { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseCustomTabOffsets { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms ListControl () |
public abstract class System.Windows.Forms.ListControl
(Please hover your mouse over the type to see the inheritance signatures) |
public abstract class System.Windows.Forms.ListControl
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ListControlConvertEventHandler Format
- Event: public event EventHandler FormatInfoChanged
- Event: public event EventHandler FormatStringChanged
- Event: public event EventHandler FormattingEnabledChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected virtual void OnFormat (ListControlConvertEventArgs e)
- Method: protected virtual void OnFormatInfoChanged (EventArgs e)
- Method: protected virtual void OnFormatStringChanged (EventArgs e)
- Method: protected virtual void OnFormattingEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method: protected virtual void RefreshItems ()
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: protected virtual bool AllowSelection { }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: IFormatProvider FormatInfo { public get; public set; }
- Property: string FormatString { public get; public set; }
- Property: bool FormattingEnabled { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms ListControlConvertEventArgs () |
| n/a
|
public class System.Windows.Forms.ListControlConvertEventArgs
|
| --> NONE <--
|
- Constructor: public ListControlConvertEventArgs (object value, Type desiredType, object listItem)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Type DesiredType { public get; }
- Property: object ListItem { public get; }
- Property: object Value { public get; public set; }
|
| System.Windows.Forms ListControlConvertEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ListControlConvertEventHandler
|
| --> NONE <--
|
- Constructor: public ListControlConvertEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ListControlConvertEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ListControlConvertEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms ListView () |
public class System.Windows.Forms.ListView
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.ListView
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method: protected override void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: override Image BackgroundImage { public get; public set; }
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event CacheVirtualItemsEventHandler CacheVirtualItems
- Event: public event ColumnHeaderRearrangedEventHandler ColumnHeaderRearranged
- Event: public event ColumnWidthChangedEventHandler ColumnWidthChanged
- Event: public event ColumnWidthChangingEventHandler ColumnWidthChanging
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event DrawListViewColumnHeaderEventHandler DrawColumnHeader
- Event: public event DrawListViewItemEventHandler DrawItem
- Event: public event DrawListViewSubItemEventHandler DrawSubItem
- Event: public event ItemCheckedEventHandler ItemChecked
- Event: public event ListViewItemMouseHoverEventHandler ItemMouseHover
- Event: public event ListViewItemSelectionChangedEventHandler ItemSelectionChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event RetrieveVirtualItemEventHandler RetrieveVirtualItem
- Event: public event SearchForVirtualItemEventHandler SearchForVirtualItem
- Event: public event ListViewVirtualItemsSelectionRangeChangedEventHandler VirtualItemsSelectionRangeChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method: public void AutoResizeColumn (int columnIndex, ColumnHeaderAutoResizeStyle headerAutoResize)
- Method: public void AutoResizeColumns (ColumnHeaderAutoResizeStyle headerAutoResize)
- Method: public ListViewItem FindItemWithText (string text)
- Method: public ListViewItem FindItemWithText (string text, bool includeSubItemsInSearch, int startIndex)
- Method: public ListViewItem FindItemWithText (string text, bool includeSubItemsInSearch, int startIndex, bool isPrefixSearch)
- Method: public ListViewItem FindNearestItem (SearchDirectionHint dir, int x, int y)
- Method: public ListViewItem FindNearestItem (SearchDirectionHint dir, Point pt)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method: public ListViewHitTestInfo HitTest (int x, int y)
- Method: public ListViewHitTestInfo HitTest (Point pt)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method: protected override void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method: protected virtual void OnCacheVirtualItems (CacheVirtualItemsEventArgs e)
- Method: protected virtual void OnColumnHeaderRearranged (ColumnHeaderRearrangedEventArgs e)
- Method: protected virtual void OnColumnWidthChanged (ColumnWidthChangedEventArgs e)
- Method: protected virtual void OnColumnWidthChanging (ColumnWidthChangingEventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected virtual void OnDrawColumnHeader (DrawListViewColumnHeaderEventArgs e)
- Method: protected virtual void OnDrawItem (DrawListViewItemEventArgs e)
- Method: protected virtual void OnDrawSubItem (DrawListViewSubItemEventArgs e)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method: protected virtual void OnItemChecked (ItemCheckedEventArgs e)
- Method: protected virtual void OnItemMouseHover (ListViewItemMouseHoverEventArgs e)
- Method: protected virtual void OnItemSelectionChanged (ListViewItemSelectionChangedEventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method: protected override void OnMouseHover (EventArgs e)
- Method: protected override void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method: protected override void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: protected virtual void OnRetrieveVirtualItem (RetrieveVirtualItemEventArgs e)
- Method: protected virtual void OnSearchForVirtualItem (SearchForVirtualItemEventArgs e)
- Method: protected virtual void OnVirtualItemsSelectionRangeChanged (ListViewVirtualItemsSelectionRangeChangedEventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method: public void RedrawItems (int startIndex, int endIndex, bool invalidateOnly)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: override bool AutoSize { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override bool DoubleBuffered { }
- Property: ListViewGroupCollection Groups { public get; }
- Property: bool HotTracking { public get; public set; }
- Property: ListViewInsertionMark InsertionMark { public get; }
- Property: bool IsBackgroundImageTiled { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: bool OwnerDraw { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: bool ShowGroups { public get; public set; }
- Property: bool ShowItemToolTips { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: Size TileSize { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: int VirtualListSize { public get; public set; }
- Property: bool VirtualMode { public get; public set; }
|
| System.Windows.Forms ListViewGroup () |
| n/a
|
public sealed class System.Windows.Forms.ListViewGroup
|
| --> NONE <--
|
- Constructor: public ListViewGroup ()
- Constructor: public ListViewGroup (string header)
- Constructor: public ListViewGroup (string key, string headerText)
- Constructor: public ListViewGroup (string header, HorizontalAlignment headerAlignment)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: string Header { public get; public set; }
- Property: HorizontalAlignment HeaderAlignment { public get; public set; }
- Property: ListViewItemCollection Items { public get; }
- Property: string Name { public get; public set; }
- Property: object Tag { public get; public set; }
|
| System.Windows.Forms ListViewGroupCollection () |
| n/a
|
public class System.Windows.Forms.ListViewGroupCollection
|
| --> NONE <--
|
- Method: public ListViewGroup Add (string key, string headerText)
- Method: public int Add (ListViewGroup group)
- Method: public void AddRange (ListViewGroup[] groups)
- Method: public void AddRange (ListViewGroupCollection groups)
- Method: public virtual void Clear ()
- Method: public bool Contains (ListViewGroup value)
- Method: public virtual void CopyTo (Array array, int index)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public int IndexOf (ListViewGroup value)
- Method: public void Insert (int index, ListViewGroup group)
- Method (i): protected object MemberwiseClone ()
- Method: public void Remove (ListViewGroup group)
- Method: public virtual void RemoveAt (int index)
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: ListViewGroup this [int index] { public get; public set; }
- Property: ListViewGroup this [string key] { public get; public set; }
|
| System.Windows.Forms ListViewHitTestInfo () |
| n/a
|
public class System.Windows.Forms.ListViewHitTestInfo
|
| --> NONE <--
|
- Constructor: public ListViewHitTestInfo (ListViewItem hitItem, ListViewSubItem hitSubItem, ListViewHitTestLocations hitLocation)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ListViewItem Item { public get; }
- Property: ListViewHitTestLocations Location { public get; }
- Property: ListViewSubItem SubItem { public get; }
|
| ListViewHitTestLocations () |
| n/a
|
public sealed enum System.Windows.Forms.ListViewHitTestLocations
                    None = 1,
                    Image = 2,
                    Label = 4,
                    BelowClientArea = 16,
                    RightOfClientArea = 32,
                    LeftOfClientArea = 64,
                    AboveClientArea = 256,
                    StateImage = 512,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ListViewInsertionMark () |
| n/a
|
public sealed class System.Windows.Forms.ListViewInsertionMark
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public int NearestIndex (Point pt)
- Method (i): public virtual string ToString ()
- Property: bool AppearsAfterItem { public get; public set; }
- Property: Rectangle Bounds { public get; }
- Property: Color Color { public get; public set; }
- Property: int Index { public get; public set; }
|
| public class System.Windows.Forms.ListViewItem () |
| --> NONE <--
|
- Constructor: public ListViewItem (string text, int imageIndex, ListViewGroup group)
- Constructor: public ListViewItem (string text, string imageKey)
- Constructor: public ListViewItem (string text, string imageKey, ListViewGroup group)
- Constructor: public ListViewItem (string text, ListViewGroup group)
- Constructor: public ListViewItem (string[] items, int imageIndex, Color foreColor, Color backColor, Font font, ListViewGroup group)
- Constructor: public ListViewItem (string[] items, int imageIndex, ListViewGroup group)
- Constructor: public ListViewItem (string[] items, string imageKey)
- Constructor: public ListViewItem (string[] items, string imageKey, Color foreColor, Color backColor, Font font)
- Constructor: public ListViewItem (string[] items, string imageKey, Color foreColor, Color backColor, Font font, ListViewGroup group)
- Constructor: public ListViewItem (string[] items, string imageKey, ListViewGroup group)
- Constructor: public ListViewItem (string[] items, ListViewGroup group)
- Constructor: public ListViewItem (ListViewGroup group)
- Constructor: public ListViewItem (ListViewSubItem[] subItems, int imageIndex, ListViewGroup group)
- Constructor: public ListViewItem (ListViewSubItem[] subItems, string imageKey)
- Constructor: public ListViewItem (ListViewSubItem[] subItems, string imageKey, ListViewGroup group)
- Method: public ListViewItem FindNearestItem (SearchDirectionHint searchDirection)
- Method: public ListViewSubItem GetSubItemAt (int x, int y)
- Property: ListViewGroup Group { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: string Name { public get; public set; }
- Property: int NumIndents { public get; public set; }
- Property: Point Position { public get; public set; }
- Property: string ToolTipText { public get; public set; }
|
| System.Windows.Forms ListViewItemMouseHoverEventArgs () |
| n/a
|
public class System.Windows.Forms.ListViewItemMouseHoverEventArgs
|
| --> NONE <--
|
- Constructor: public ListViewItemMouseHoverEventArgs (ListViewItem item)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ListViewItem Item { public get; }
|
| System.Windows.Forms ListViewItemMouseHoverEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ListViewItemMouseHoverEventHandler
|
| --> NONE <--
|
- Constructor: public ListViewItemMouseHoverEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ListViewItemMouseHoverEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ListViewItemMouseHoverEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms ListViewItemSelectionChangedEventArgs () |
| n/a
|
public class System.Windows.Forms.ListViewItemSelectionChangedEventArgs
|
| --> NONE <--
|
- Constructor: public ListViewItemSelectionChangedEventArgs (ListViewItem item, int itemIndex, bool isSelected)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool IsSelected { public get; }
- Property: ListViewItem Item { public get; }
- Property: int ItemIndex { public get; }
|
| System.Windows.Forms ListViewItemSelectionChangedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ListViewItemSelectionChangedEventHandler
|
| --> NONE <--
|
- Constructor: public ListViewItemSelectionChangedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ListViewItemSelectionChangedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ListViewItemSelectionChangedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms ListViewItemStateImageIndexConverter () |
| n/a
|
public class System.Windows.Forms.ListViewItemStateImageIndexConverter
|
| --> NONE <--
|
- Constructor: public ListViewItemStateImageIndexConverter ()
- Method (i): public bool CanConvertFrom (Type sourceType)
- Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
- Method (i): public bool CanConvertTo (Type destinationType)
- Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type t)
- Method (i): public object ConvertFrom (object value)
- Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public object ConvertFromInvariantString (string text)
- Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertFromString (string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertTo (object value, Type destinationType)
- Method (i): public virtual object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
- Method (i): public string ConvertToInvariantString (object value)
- Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
- Method (i): public string ConvertToString (object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
- Method (i): public object CreateInstance (IDictionary propertyValues)
- Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected Exception GetConvertFromException (object value)
- Method (i): protected Exception GetConvertToException (object value, Type destinationType)
- Method (i): public bool GetCreateInstanceSupported ()
- Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public PropertyDescriptorCollection GetProperties (object value)
- Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
- Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
- Method (i): public bool GetPropertiesSupported ()
- Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
- Method (i): public ICollection GetStandardValues ()
- Method: public override StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesExclusive ()
- Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesSupported ()
- Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
- Method (i): public Type GetType ()
- Method (i): public bool IsValid (object value)
- Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
- Method (i): public virtual string ToString ()
- Property: protected override bool IncludeNoneAsStandardValue { }
|
| ListViewItemStates () |
| n/a
|
public sealed enum System.Windows.Forms.ListViewItemStates
                    Selected = 1,
                    Grayed = 2,
                    Checked = 8,
                    Focused = 16,
                    Default = 32,
                    Hot = 64,
                    Marked = 128,
                    Indeterminate = 256,
                    ShowKeyboardCues = 512,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ListViewVirtualItemsSelectionRangeChangedEventArgs () |
| n/a
|
public class System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventArgs
|
| --> NONE <--
|
- Constructor: public ListViewVirtualItemsSelectionRangeChangedEventArgs (int startIndex, int endIndex, bool isSelected)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int EndIndex { public get; }
- Property: bool IsSelected { public get; }
- Property: int StartIndex { public get; }
|
| System.Windows.Forms ListViewVirtualItemsSelectionRangeChangedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventHandler
|
| --> NONE <--
|
- Constructor: public ListViewVirtualItemsSelectionRangeChangedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ListViewVirtualItemsSelectionRangeChangedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ListViewVirtualItemsSelectionRangeChangedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms.Layout LayoutEngine () |
| n/a
|
public abstract class System.Windows.Forms.Layout.LayoutEngine
|
| --> NONE <--
|
- Constructor: protected LayoutEngine ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual void InitLayout (object child, BoundsSpecified specified)
- Method: public virtual bool Layout (object container, LayoutEventArgs layoutEventArgs)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
| public class System.Windows.Forms.MainMenu () |
- Method (i): protected void CloneMenu (Menu menuSrc)
- Method (i): protected object MemberwiseClone ()
|
- Constructor: public MainMenu (IContainer container)
- Event: public event EventHandler Collapse
- Method (i): ProtectedInternal void CloneMenu (Menu menuSrc)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: ProtectedInternal virtual void OnCollapse (EventArgs e)
- Property: protected virtual bool CanRaiseEvents { }
- Property: string Name { public get; public set; }
- Property: object Tag { public get; public set; }
|
| System.Windows.Forms MaskedTextBox () |
| n/a
|
public class System.Windows.Forms.MaskedTextBox
|
| --> NONE <--
|
- Constructor: public MaskedTextBox ()
- Constructor: public MaskedTextBox (string mask)
- Constructor: public MaskedTextBox (MaskedTextProvider maskedTextProvider)
- Event: public event EventHandler AcceptsTabChanged
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler BorderStyleChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler HideSelectionChanged
- Event: public event EventHandler ImeModeChanged
- Event: public event EventHandler InputTextChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MaskChanged
- Event: public event MaskInputRejectedEventHandler MaskInputRejected
- Event: public event EventHandler ModifiedChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler MultilineChanged
- Event: public event EventHandler OutputTextChanged
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler ReadOnlyChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextAlignChanged
- Event: public event EventHandler TextChanged
- Event: public event TypeValidationEventHandler TypeValidationCompleted
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method: public new void AppendText (string text)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method: public new void Clear ()
- Method: public new void ClearUndo ()
- Method (i): public bool Contains (Control ctl)
- Method: public new void Copy ()
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method: protected override void CreateHandle ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public void Cut ()
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): public void DeselectAll ()
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual char GetCharFromPosition (Point pt)
- Method (i): public virtual int GetCharIndexFromPosition (Point pt)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method: public new int GetFirstCharIndexFromLine (int lineNum)
- Method: public new int GetFirstCharIndexOfCurrentLine ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method: public new int GetLineFromCharIndex (int index)
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public virtual Point GetPositionFromCharIndex (int index)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAcceptsTabChanged (EventArgs e)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnBorderStyleChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method: protected override void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnHideSelectionChanged (EventArgs e)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method: protected virtual void OnInputTextChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method: protected override void OnKeyDown (KeyEventArgs e)
- Method: protected override void OnKeyPress (KeyPressEventArgs e)
- Method: protected override void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs levent)
- Method: protected override void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method: protected virtual void OnMaskChanged (EventArgs e)
- Method (i): protected virtual void OnModifiedChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method: public void OnMultilineChanged (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method: protected virtual void OnOutputTextChanged (EventArgs e)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs pevent)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnReadOnlyChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method: protected virtual void OnTextAlignChanged (EventArgs e)
- Method: protected override void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method: public new void Paste ()
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method: protected override bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method: ProtectedInternal override bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method: public new void ScrollToCaret ()
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public void Select (int start, int length)
- Method (i): public void SelectAll ()
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method: public new void Undo ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method: protected override void WndProc (Message m)
- Property: new bool AcceptsTab { public get; public set; }
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: bool AllowPromptAsInput { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: bool AsciiOnly { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: bool BeepOnError { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: BorderStyle BorderStyle { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: new bool CanUndo { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected override CreateParams CreateParams { }
- Property: CultureInfo Culture { public get; public set; }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected override ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool EnableCutCopyLiterals { public get; public set; }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: virtual Color ForeColor { public get; public set; }
- Property: IFormatProvider FormatProvider { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: bool HidePromptOnLeave { public get; public set; }
- Property: bool HideSelection { public get; public set; }
- Property: new ImeMode ImeMode { public get; public set; }
- Property: bool IncludeLiterals { public get; public set; }
- Property: bool IncludePrompt { public get; public set; }
- Property: string InputText { public get; public set; }
- Property: MaskedTextBoxInsertMode InsertMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: bool IsOverwriteMode { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: int Left { public get; public set; }
- Property: new String[] Lines { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: string Mask { public get; public set; }
- Property: bool MaskCompleted { public get; }
- Property: MaskedTextProvider MaskedTextProvider { public get; }
- Property: bool MaskFull { public get; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: new int MaxLength { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: new bool Modified { public get; public set; }
- Property: new bool Multiline { public get; public set; }
- Property: string Name { public get; public set; }
- Property: string OutputText { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: char PasswordChar { public get; public set; }
- Property: int PreferredHeight { public get; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: char PromptChar { public get; public set; }
- Property: new bool ReadOnly { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: override string SelectedText { public get; public set; }
- Property: virtual int SelectionLength { public get; public set; }
- Property: int SelectionStart { public get; public set; }
- Property: virtual bool ShortcutsEnabled { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: override string Text { public get; public set; }
- Property: HorizontalAlignment TextAlign { public get; public set; }
- Property: virtual int TextLength { public get; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseSystemPasswordChar { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: Type ValidatingType { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
- Property: new bool WordWrap { public get; public set; }
|
| MaskedTextBoxInsertMode () |
| n/a
|
public sealed enum System.Windows.Forms.MaskedTextBoxInsertMode
                    On = 0,
                    Off = 1,
                    InsertKeyMode = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms MaskInputRejectedEventArgs () |
| n/a
|
public class System.Windows.Forms.MaskInputRejectedEventArgs
|
| --> NONE <--
|
- Constructor: public MaskInputRejectedEventArgs (int position)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int Position { public get; }
|
| System.Windows.Forms MaskInputRejectedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.MaskInputRejectedEventHandler
|
| --> NONE <--
|
- Constructor: public MaskInputRejectedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, MaskInputRejectedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, MaskInputRejectedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms MdiClient () |
public sealed class System.Windows.Forms.MdiClient
(Please hover your mouse over the type to see the inheritance signatures) |
public sealed class System.Windows.Forms.MdiClient
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| public abstract class System.Windows.Forms.Menu () |
- Method: protected void CloneMenu (Menu menuSrc)
- Method (i): protected object MemberwiseClone ()
|
- Method: ProtectedInternal void CloneMenu (Menu menuSrc)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: string Name { public get; public set; }
- Property: object Tag { public get; public set; }
|
| public class System.Windows.Forms.MenuItem () |
- Method (i): protected void CloneMenu (Menu menuSrc)
- Method (i): protected virtual void Finalize ()
- Method (i): protected object MemberwiseClone ()
|
- Method (i): ProtectedInternal void CloneMenu (Menu menuSrc)
- Method: protected override void Finalize ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: string Name { public get; public set; }
- Property: object Tag { public get; public set; }
|
| System.Windows.Forms MenuStrip () |
| n/a
|
public class System.Windows.Forms.MenuStrip
|
| --> NONE <--
|
- Constructor: public MenuStrip ()
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BeginRaft
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler EndRaft
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event ToolStripItemEventHandler ItemAdded
- Event: public event ToolStripItemClickedEventHandler ItemClicked
- Event: public event ToolStripItemEventHandler ItemRemoved
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler LayoutCompleted
- Event: public event EventHandler LayoutStyleChanged
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MenuActivate
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event PaintEventHandler PaintGrip
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler RendererChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public bool Contains (Control ctl)
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): protected virtual LayoutSettings CreateLayoutSettings (ToolStripLayoutStyle layoutStyle)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public ToolStripItem GetItemAt (int x, int y)
- Method (i): public ToolStripItem GetItemAt (Point point)
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public ToolStripItem GetNextItem (ToolStripItem start, Direction direction)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBeginRaft (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEndRaft (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): ProtectedInternal virtual void OnItemAdded (ToolStripItemEventArgs e)
- Method (i): protected virtual void OnItemClicked (ToolStripItemClickedEventArgs e)
- Method (i): ProtectedInternal virtual void OnItemRemoved (ToolStripItemEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method: protected override void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLayoutCompleted (EventArgs e)
- Method (i): protected virtual void OnLayoutStyleChanged (EventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method: protected virtual void OnMenuActivate (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs e)
- Method (i): ProtectedInternal virtual void OnPaintGrip (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnRendererChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): public void ResetMinimumSize ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected virtual void SetDisplayedItems ()
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method (i): ProtectedInternal void SetItemLocation (ToolStripItem item, Point location)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method: protected override void WndProc (Message m)
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: bool AllowItemReorder { public get; public set; }
- Property: bool AllowMerge { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: new bool CanOverflow { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual DockStyle DefaultDock { }
- Property: virtual ToolStripDropDownDirection DefaultDropDownDirection { public get; public set; }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected override Padding DefaultPadding { }
- Property: protected virtual RaftingSides DefaultRaft { }
- Property: protected override bool DefaultShowItemToolTips { }
- Property: protected override Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual ToolStripItemCollection DisplayedItems { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: Color ForeColor { public get; public set; }
- Property: ToolStripGripDisplayStyle GripDisplayStyle { public get; }
- Property: Padding GripMargin { public get; public set; }
- Property: Rectangle GripRectangle { public get; }
- Property: new ToolStripGripStyle GripStyle { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: ImageList ImageList { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: virtual bool IsCurrentlyRafting { public get; }
- Property: bool IsDisposed { public get; }
- Property: bool IsDropDown { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: virtual ToolStripItemCollection Items { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: LayoutSettings LayoutSettings { public get; public set; }
- Property: ToolStripLayoutStyle LayoutStyle { public get; public set; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: ProtectedInternal virtual Size MaxItemSize { }
- Property: ToolStripMenuItem MdiWindowListItem { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Orientation Orientation { public get; }
- Property: ToolStripOverflowButton OverflowButton { public get; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: new RaftingSides Raft { public get; public set; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- Property: ToolStripRenderer Renderer { public get; public set; }
- Property: ToolStripRenderMode RenderMode { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: new bool ShowItemToolTips { public get; public set; }
- Property: ProtectedInternal override bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: new bool Stretch { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| MergeAction () |
| n/a
|
public sealed enum System.Windows.Forms.MergeAction
                    Append = 0,
                    Insert = 1,
                    Replace = 2,
                    Remove = 3,
                    MatchOnly = 4,
|
| --> NONE <--
|
--> NONE <--
|
| public class System.Windows.Forms.MessageBox () |
| --> NONE <--
|
- Method: public static DialogResult Show (string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, bool displayHelpButton)
- Method: public static DialogResult Show (string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath)
- Method: public static DialogResult Show (string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, string keyword)
- Method: public static DialogResult Show (string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, HelpNavigator navigator)
- Method: public static DialogResult Show (string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, HelpNavigator navigator, object param)
- Method: public static DialogResult Show (IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath)
- Method: public static DialogResult Show (IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, string keyword)
- Method: public static DialogResult Show (IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, HelpNavigator navigator)
- Method: public static DialogResult Show (IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, HelpNavigator navigator, object param)
|
| System.Windows.Forms MonthCalendar () |
public class System.Windows.Forms.MonthCalendar
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.MonthCalendar
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected override Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| public class System.Windows.Forms.MouseEventArgs () |
| --> NONE <--
|
- Property: Point Location { public get; }
|
| System.Windows.Forms NativeWindow () |
public class System.Windows.Forms.NativeWindow
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.NativeWindow
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Property: IntPtr Handle { public get; }
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: public static void SetUnhandledExceptionMode (UnhandledExceptionMode mode)
- Property: virtual IntPtr Handle { public get; }
|
| public sealed class System.Windows.Forms.NotifyIcon () |
- Method (i): protected object MemberwiseClone ()
|
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: object Tag { public get; public set; }
|
| System.Windows.Forms NumericUpDown () |
public class System.Windows.Forms.NumericUpDown
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.NumericUpDown
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler AutoValidateChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event ScrollEventHandler Scroll
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnAutoValidateChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected override void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method: protected override void OnMouseDown (MouseEventArgs e)
- Method: protected override void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): public bool Validate (bool checkAutoValidate)
- Method (i): public virtual bool ValidateAll ()
- Method (i): public virtual bool ValidateAll (ValidateFlags flags)
- Property: NumericUpDownAcceleration[] AccelerationTable { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual AutoValidate AutoValidate { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
|
| System.Windows.Forms NumericUpDownAcceleration () |
| n/a
|
public class System.Windows.Forms.NumericUpDownAcceleration
|
| --> NONE <--
|
- Constructor: public NumericUpDownAcceleration (int seconds, decimal increment)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: decimal Increment { public get; public set; }
- Property: int Seconds { public get; public set; }
|
| public sealed class System.Windows.Forms.OpenFileDialog () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: object Tag { public get; public set; }
|
| public class System.Windows.Forms.OSFeature () |
| --> NONE <--
|
- Method: public static bool IsPresent (SystemParameter enumVal)
|
| public class System.Windows.Forms.OwnerDrawPropertyBag () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
|
| System.Windows.Forms Padding () |
| n/a
|
public sealed struct System.Windows.Forms.Padding
|
| --> NONE <--
|
- Constructor: public Padding (int all)
- Constructor: public Padding (int left, int top, int right, int bottom)
- Field: public static readonly Padding Empty
- Method: public static Padding Add (Padding p1, Padding p2)
- Method: public override bool Equals (object other)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public static Padding Subtract (Padding p1, Padding p2)
- Method: public override string ToString ()
- Property: int All { public get; public set; }
- Property: int Bottom { public get; public set; }
- Property: int Horizontal { public get; }
- Property: int Left { public get; public set; }
- Property: int Right { public get; public set; }
- Property: Size Size { public get; }
- Property: int Top { public get; public set; }
- Property: int Vertical { public get; }
|
| public sealed class System.Windows.Forms.PageSetupDialog () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: object Tag { public get; public set; }
|
| System.Windows.Forms PaintCellEventArgs () |
| n/a
|
public class System.Windows.Forms.PaintCellEventArgs
|
| --> NONE <--
|
- Constructor: public PaintCellEventArgs (Graphics g, Rectangle clipRectangle, Rectangle bounds, int row, int col)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Rectangle Bounds { public get; }
- Property: Rectangle ClipRectangle { public get; }
- Property: int Column { public get; }
- Property: Graphics Graphics { public get; }
- Property: int Row { public get; }
|
| System.Windows.Forms Panel () |
public class System.Windows.Forms.Panel
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.Panel
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event ScrollEventHandler Scroll
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
|
| PageNumberPosition () |
| n/a
|
public sealed enum System.Windows.Forms.Printing.PageNumberPosition
                    Left = 0,
                    Center = 1,
                    Right = 2,
                    Outside = 3,
                    Inside = 4,
|
| --> NONE <--
|
--> NONE <--
|
| PageNumberStyle () |
| n/a
|
public sealed enum System.Windows.Forms.Printing.PageNumberStyle
                    Numbers = 0,
                    HyphenatedNumbers = 1,
                    RomanNumeralsLowerCase = 2,
                    RomanNumeralsUpperCase = 3,
                    AlphabetLowerCase = 4,
                    AlphabetUpperCase = 5,
|
| --> NONE <--
|
--> NONE <--
|
| MarginProperty () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.MarginProperty
                    SizingMargins = 3601,
                    ContentMargins = 3602,
                    CaptionMargins = 3603,
|
| --> NONE <--
|
--> NONE <--
|
| OffsetType () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.OffsetType
                    TopLeft = 0,
                    TopRight = 1,
                    TopMiddle = 2,
                    BottomLeft = 3,
                    BottomRight = 4,
                    BottomMiddle = 5,
                    MiddleLeft = 6,
                    MiddleRight = 7,
                    LeftOfCaption = 8,
                    RightOfCaption = 9,
                    LeftOfLastButton = 10,
                    RightOfLastButton = 11,
                    AboveLastButton = 12,
                    BelowLastButton = 13,
|
| --> NONE <--
|
--> NONE <--
|
| System.Resources ResXDataNode () |
| n/a
|
public sealed class System.Resources.ResXDataNode
|
| --> NONE <--
|
- Constructor: public ResXDataNode (string name, object value)
- Constructor: public ResXDataNode (string name, ResXFileRef fileRef)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public object GetValue (AssemblyName[] names)
- Method: public object GetValue (ITypeResolutionService typeResolver)
- Method: public string GetValueTypeName (AssemblyName[] names)
- Method: public string GetValueTypeName (ITypeResolutionService typeResolver)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: string Comment { public get; public set; }
- Property: ResXFileRef FileRef { public get; }
- Property: string Name { public get; public set; }
|
| public class System.Resources.ResXFileRef () |
| --> NONE <--
|
- Constructor: public ResXFileRef (string fileName, string typeName, Encoding textFileEncoding)
- Property: string FileName { public get; }
- Property: Encoding TextFileEncoding { public get; }
- Property: string TypeName { public get; }
|
| public class System.Resources.ResXResourceReader () |
| --> NONE <--
|
- Constructor: public ResXResourceReader (Stream stream, AssemblyName[] assemblyNames)
- Constructor: public ResXResourceReader (TextReader reader, AssemblyName[] assemblyNames)
- Constructor: public ResXResourceReader (string fileName, AssemblyName[] assemblyNames)
- Method: public static ResXResourceReader FromFileContents (string fileContents, AssemblyName[] assemblyNames)
- Method: public IDictionaryEnumerator GetMetadataEnumerator ()
- Property: string BasePath { public get; public set; }
- Property: bool UseResXDataNodes { public get; public set; }
|
| public class System.Resources.ResXResourceWriter () |
| --> NONE <--
|
- Method: public virtual void AddAlias (string aliasName, AssemblyName assemblyName)
- Method: public void AddMetadata (string name, byte[] value)
- Method: public void AddMetadata (string name, object value)
- Method: public void AddMetadata (string name, string value)
- Method: public void AddResource (ResXDataNode node)
- Property: string BasePath { public get; public set; }
|
| System.Windows.Forms PictureBox () |
public class System.Windows.Forms.PictureBox
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.PictureBox
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method: protected override void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event AsyncCompletedEventHandler LoadCompleted
- Event: public event ProgressChangedEventHandler LoadProgressChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method: public void CancelAsync ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method: public void Load ()
- Method: public void Load (string url)
- Method: public void LoadAsync ()
- Method: public void LoadAsync (string url)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected virtual void OnLoadCompleted (AsyncCompletedEventArgs e)
- Method: protected virtual void OnLoadProgressChanged (ProgressChangedEventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: Image ErrorImage { public get; public set; }
- Property: string ImageLocation { public get; public set; }
- Property: Image InitialImage { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
- Property: bool WaitOnLoad { public get; public set; }
|
| PictureBoxSizeMode () |
public sealed enum System.Windows.Forms.PictureBoxSizeMode
                    Normal = 0,
                    StretchImage = 1,
                    AutoSize = 2,
                    CenterImage = 3,
|
public sealed enum System.Windows.Forms.PictureBoxSizeMode
                    Normal = 0,
                    StretchImage = 1,
                    AutoSize = 2,
                    CenterImage = 3,
                    Zoom = 4,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms PopupEventArgs () |
| n/a
|
public class System.Windows.Forms.PopupEventArgs
|
| --> NONE <--
|
- Constructor: public PopupEventArgs (IWin32Window associatedWindow, Control associatedControl, bool isBalloon, Size size)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Control AssociatedControl { public get; }
- Property: IWin32Window AssociatedWindow { public get; }
- Property: bool Cancel { public get; public set; }
- Property: bool IsBalloon { public get; }
- Property: Size ToolTipSize { public get; public set; }
|
| System.Windows.Forms PopupEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.PopupEventHandler
|
| --> NONE <--
|
- Constructor: public PopupEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, PopupEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, PopupEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| PowerLineStatus () |
| n/a
|
public sealed enum System.Windows.Forms.PowerLineStatus
                    Offline = 0,
                    Online = 1,
                    Unknown = 255,
|
| --> NONE <--
|
--> NONE <--
|
| PowerState () |
| n/a
|
public sealed enum System.Windows.Forms.PowerState
                    Suspend = 0,
                    Hibernate = 1,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms PowerStatus () |
| n/a
|
public class System.Windows.Forms.PowerStatus
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: BatteryChargeStatus BatteryChargeStatus { public get; }
- Property: int BatteryFullLifeTime { public get; }
- Property: float BatteryLifePercent { public get; }
- Property: int BatteryLifeRemaining { public get; }
- Property: PowerLineStatus PowerLineStatus { public get; }
|
| public sealed class System.Windows.Forms.PrintDialog () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: object Tag { public get; public set; }
|
| System.Windows.Forms PrintPreviewControl () |
public class System.Windows.Forms.PrintPreviewControl
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.PrintPreviewControl
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: override RightToLeft RightToLeft { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms PrintPreviewDialog () |
public class System.Windows.Forms.PrintPreviewDialog
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.PrintPreviewDialog
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler AutoValidateChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event FormClosedEventHandler FormClosed
- Event: public event FormClosingEventHandler FormClosing
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event ScrollEventHandler Scroll
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): public void Flash ()
- Method (i): public void Flash (int flashRate, FlashWindow flashWhat, bool continuousUntilActivated)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnAutoValidateChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnFormClosed (FormClosedEventArgs e)
- Method (i): protected virtual void OnFormClosing (FormClosingEventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Show (IWin32Window owner)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void StopFlash ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): public bool Validate (bool checkAutoValidate)
- Method (i): public virtual bool ValidateAll ()
- Method (i): public virtual bool ValidateAll (ValidateFlags flags)
- Property: bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual AutoValidate AutoValidate { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected override Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: Rectangle RestoreBounds { public get; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
|
| System.Windows.Forms ProfessionalColors () |
| n/a
|
public sealed class System.Windows.Forms.ProfessionalColors
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static Color ButtonCheckedGradientBegin { public get; }
- Property: static Color ButtonCheckedGradientEnd { public get; }
- Property: static Color ButtonCheckedGradientMiddle { public get; }
- Property: static Color ButtonCheckedHighlight { public get; }
- Property: static Color ButtonCheckedHighlightBorder { public get; }
- Property: static Color ButtonPressedBorder { public get; }
- Property: static Color ButtonPressedGradientBegin { public get; }
- Property: static Color ButtonPressedGradientEnd { public get; }
- Property: static Color ButtonPressedGradientMiddle { public get; }
- Property: static Color ButtonPressedHighlight { public get; }
- Property: static Color ButtonPressedHighlightBorder { public get; }
- Property: static Color ButtonSelectedBorder { public get; }
- Property: static Color ButtonSelectedGradientBegin { public get; }
- Property: static Color ButtonSelectedGradientEnd { public get; }
- Property: static Color ButtonSelectedGradientMiddle { public get; }
- Property: static Color ButtonSelectedHighlight { public get; }
- Property: static Color ButtonSelectedHighlightBorder { public get; }
- Property: static Color CheckBackground { public get; }
- Property: static Color CheckPressedBackground { public get; }
- Property: static Color CheckSelectedBackground { public get; }
- Property: static Color GripDark { public get; }
- Property: static Color GripLight { public get; }
- Property: static Color ImageMarginGradientBegin { public get; }
- Property: static Color ImageMarginGradientEnd { public get; }
- Property: static Color ImageMarginGradientMiddle { public get; }
- Property: static Color ImageMarginRevealedGradientBegin { public get; }
- Property: static Color ImageMarginRevealedGradientEnd { public get; }
- Property: static Color ImageMarginRevealedGradientMiddle { public get; }
- Property: static Color MenuItemBorder { public get; }
- Property: static Color MenuItemPressedGradientBegin { public get; }
- Property: static Color MenuItemPressedGradientEnd { public get; }
- Property: static Color MenuItemPressedGradientMiddle { public get; }
- Property: static Color MenuItemSelected { public get; }
- Property: static Color MenuItemSelectedGradientBegin { public get; }
- Property: static Color MenuItemSelectedGradientEnd { public get; }
- Property: static Color MenuStripGradientBegin { public get; }
- Property: static Color MenuStripGradientEnd { public get; }
- Property: static Color OverflowButtonGradientBegin { public get; }
- Property: static Color OverflowButtonGradientEnd { public get; }
- Property: static Color OverflowButtonGradientMiddle { public get; }
- Property: static Color RaftingContainerGradientBegin { public get; }
- Property: static Color RaftingContainerGradientEnd { public get; }
- Property: static Color SeparatorDark { public get; }
- Property: static Color SeparatorLight { public get; }
- Property: static Color ToolStripBorder { public get; }
- Property: static Color ToolStripDropDownBackground { public get; }
- Property: static Color ToolStripGradientBegin { public get; }
- Property: static Color ToolStripGradientEnd { public get; }
- Property: static Color ToolStripGradientMiddle { public get; }
|
| System.Windows.Forms ProfessionalColorTable () |
| n/a
|
public class System.Windows.Forms.ProfessionalColorTable
|
| --> NONE <--
|
- Constructor: public ProfessionalColorTable ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual Color ButtonCheckedGradientBegin { public get; }
- Property: virtual Color ButtonCheckedGradientEnd { public get; }
- Property: virtual Color ButtonCheckedGradientMiddle { public get; }
- Property: virtual Color ButtonCheckedHighlight { public get; }
- Property: virtual Color ButtonCheckedHighlightBorder { public get; }
- Property: virtual Color ButtonPressedBorder { public get; }
- Property: virtual Color ButtonPressedGradientBegin { public get; }
- Property: virtual Color ButtonPressedGradientEnd { public get; }
- Property: virtual Color ButtonPressedGradientMiddle { public get; }
- Property: virtual Color ButtonPressedHighlight { public get; }
- Property: virtual Color ButtonPressedHighlightBorder { public get; }
- Property: virtual Color ButtonSelectedBorder { public get; }
- Property: virtual Color ButtonSelectedGradientBegin { public get; }
- Property: virtual Color ButtonSelectedGradientEnd { public get; }
- Property: virtual Color ButtonSelectedGradientMiddle { public get; }
- Property: virtual Color ButtonSelectedHighlight { public get; }
- Property: virtual Color ButtonSelectedHighlightBorder { public get; }
- Property: virtual Color CheckBackground { public get; }
- Property: virtual Color CheckPressedBackground { public get; }
- Property: virtual Color CheckSelectedBackground { public get; }
- Property: virtual Color GripDark { public get; }
- Property: virtual Color GripLight { public get; }
- Property: virtual Color ImageMarginGradientBegin { public get; }
- Property: virtual Color ImageMarginGradientEnd { public get; }
- Property: virtual Color ImageMarginGradientMiddle { public get; }
- Property: virtual Color ImageMarginRevealedGradientBegin { public get; }
- Property: virtual Color ImageMarginRevealedGradientEnd { public get; }
- Property: virtual Color ImageMarginRevealedGradientMiddle { public get; }
- Property: virtual Color MenuItemBorder { public get; }
- Property: virtual Color MenuItemPressedGradientBegin { public get; }
- Property: virtual Color MenuItemPressedGradientEnd { public get; }
- Property: virtual Color MenuItemPressedGradientMiddle { public get; }
- Property: virtual Color MenuItemSelected { public get; }
- Property: virtual Color MenuItemSelectedGradientBegin { public get; }
- Property: virtual Color MenuItemSelectedGradientEnd { public get; }
- Property: virtual Color MenuStripGradientBegin { public get; }
- Property: virtual Color MenuStripGradientEnd { public get; }
- Property: virtual Color OverflowButtonGradientBegin { public get; }
- Property: virtual Color OverflowButtonGradientEnd { public get; }
- Property: virtual Color OverflowButtonGradientMiddle { public get; }
- Property: virtual Color RaftingContainerGradientBegin { public get; }
- Property: virtual Color RaftingContainerGradientEnd { public get; }
- Property: virtual Color SeparatorDark { public get; }
- Property: virtual Color SeparatorLight { public get; }
- Property: virtual Color ToolStripBorder { public get; }
- Property: virtual Color ToolStripDropDownBackground { public get; }
- Property: virtual Color ToolStripGradientBegin { public get; }
- Property: virtual Color ToolStripGradientEnd { public get; }
- Property: virtual Color ToolStripGradientMiddle { public get; }
- Property: bool UseSystemColors { public get; public set; }
|
| System.Windows.Forms ProgressBar () |
public sealed class System.Windows.Forms.ProgressBar
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.ProgressBar
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetForeColor ()
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method: public override void ResetForeColor ()
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: ProgressBarStyle Style { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms ProgressBarRenderer () |
| n/a
|
public sealed class System.Windows.Forms.ProgressBarRenderer
|
| --> NONE <--
|
- Method: public static void DrawHorizontalBar (Graphics g, Rectangle bounds)
- Method: public static void DrawHorizontalChunks (Graphics g, Rectangle bounds)
- Method: public static void DrawVerticalBar (Graphics g, Rectangle bounds)
- Method: public static void DrawVerticalChunks (Graphics g, Rectangle bounds)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static int ChunkSpaceThickness { public get; }
- Property: static int ChunkThickness { public get; }
- Property: static bool IsSupported { public get; }
|
| ProgressBarStyle () |
| n/a
|
public sealed enum System.Windows.Forms.ProgressBarStyle
                    Blocks = 0,
                    Continuous = 1,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms PropertyGrid () |
public class System.Windows.Forms.PropertyGrid
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.PropertyGrid
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected override bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
- Property: virtual string Text { public get; public set; }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler AutoValidateChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event ScrollEventHandler Scroll
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnAutoValidateChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected override void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method: protected virtual void OnPropertySortChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): public bool Validate (bool checkAutoValidate)
- Method (i): public virtual bool ValidateAll ()
- Method (i): public virtual bool ValidateAll (ValidateFlags flags)
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual AutoValidate AutoValidate { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal override bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: override string Text { public get; public set; }
- Property: protected ToolStripRenderer ToolStripRenderer { }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
|
| public class System.Windows.Forms.PropertyManager () |
| --> NONE <--
|
- Event: public event BindingCompleteEventHandler BindingComplete
- Event: public event EventHandler CurrentItemChanged
- Event: public event CurrencyManagerPositionChangingEventHandler PositionChanging
- Method (i): protected virtual void OnBindingComplete (object sender, BindingCompleteEventArgs args)
- Method: ProtectedInternal override void OnCurrentItemChanged (EventArgs ea)
- Method (i): protected void PullData (out bool success)
- Method (i): protected void PushData (out bool success)
|
| System.Windows.Forms QuestionEventArgs () |
| n/a
|
public class System.Windows.Forms.QuestionEventArgs
|
| --> NONE <--
|
- Constructor: public QuestionEventArgs ()
- Constructor: public QuestionEventArgs (bool response)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Response { public get; public set; }
|
| System.Windows.Forms QuestionEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.QuestionEventHandler
|
| --> NONE <--
|
- Constructor: public QuestionEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, QuestionEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, QuestionEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms RadioButton () |
public class System.Windows.Forms.RadioButton
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.RadioButton
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method: protected override bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Nested Type: public class RadioButtonAccessibleObject
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool IsDefault { }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: ProtectedInternal override bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Nested Type: public class RadioButtonAccessibleObject
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: string ImageKey { public get; public set; }
- Property: ProtectedInternal bool IsDefault { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms RadioButtonRenderer () |
| n/a
|
public sealed class System.Windows.Forms.RadioButtonRenderer
|
| --> NONE <--
|
- Method: public static void DrawParentBackground (Graphics g, Rectangle bounds, Control childControl)
- Method: public static void DrawRadioButton (Graphics g, Point glyphLocation, Rectangle textBounds, string radioButtonText, Font font, bool focused, RadioButtonState state)
- Method: public static void DrawRadioButton (Graphics g, Point glyphLocation, Rectangle textBounds, string radioButtonText, Font font, Image image, Rectangle imageBounds, bool focused, RadioButtonState state)
- Method: public static void DrawRadioButton (Graphics g, Point glyphLocation, Rectangle textBounds, string radioButtonText, Font font, TextFormatFlags flags, bool focused, RadioButtonState state)
- Method: public static void DrawRadioButton (Graphics g, Point glyphLocation, Rectangle textBounds, string radioButtonText, Font font, TextFormatFlags flags, Image image, Rectangle imageBounds, bool focused, RadioButtonState state)
- Method: public static void DrawRadioButton (Graphics g, Point glyphLocation, RadioButtonState state)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Size GetGlyphSize (Graphics g, RadioButtonState state)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public static bool IsBackgroundPartiallyTransparent (RadioButtonState state)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static bool IsSupported { public get; }
|
| System.Windows.Forms RaftingContainer () |
| n/a
|
public class System.Windows.Forms.RaftingContainer
|
| --> NONE <--
|
- Constructor: public RaftingContainer ()
- Constructor: public RaftingContainer (Control parent, DockStyle dock)
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler AutoValidateChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler RendererChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- Method: public virtual void BeginInit ()
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method: protected override ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method: protected virtual RaftingRowCollection CreateRaftingRowCollection ()
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method: public virtual void EndInit ()
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method: public void Join (Control controlToRaft)
- Method: public void Join (Control controlToRaft, int x, int y)
- Method: public void Join (Control controlToRaft, Point location)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: public void MoveControl (Control controlToRaft, Point screenLocation)
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnAutoValidateChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected override void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method: protected override void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method: protected override void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method: protected override void OnPaintBackground (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method: protected override void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method: protected virtual void OnRendererChanged (EventArgs e)
- Method: protected override void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: protected override void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method: public RaftingRow PointToRow (Point raftingContainerPoint)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual bool ProcessTabKey (bool forward)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected virtual void UpdateDefaultButton ()
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): public bool Validate ()
- Method (i): public bool Validate (bool checkAutoValidate)
- Method (i): public virtual bool ValidateAll ()
- Method (i): public virtual bool ValidateAll (ValidateFlags flags)
- Method (i): protected virtual void WndProc (Message m)
- Nested Type: public class RaftingRowCollection
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual Control ActiveControl { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: override bool AutoSize { public get; public set; }
- Property: virtual AutoValidate AutoValidate { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected override Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected override Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: override DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: virtual Color ForeColor { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: override LayoutEngine LayoutEngine { public get; }
- Property: int Left { public get; public set; }
- Property: new Point Location { public get; public set; }
- Property: bool Locked { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Orientation Orientation { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Form ParentForm { public get; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- Property: ToolStripRenderer Renderer { public get; public set; }
- Property: ToolStripRenderMode RenderMode { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: Padding RowMargin { public get; public set; }
- Property: RaftingRowCollection Rows { public get; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: new Size Size { public get; public set; }
- Property: new int TabIndex { public get; public set; }
- Property: new bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: override string Text { public get; public set; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| System.Windows.Forms RaftingContainerGroup () |
| n/a
|
public sealed class System.Windows.Forms.RaftingContainerGroup
|
| --> NONE <--
|
- Method: public bool Contains (RaftingContainer raftingContainer)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public RaftingContainer GetContainer (RaftingSides side)
- Method (i): public virtual int GetHashCode ()
- Method: public RaftingSides GetRaftingSide (RaftingContainer raftingContainer)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: RaftingContainer Bottom { public get; public set; }
- Property: RaftingContainer Left { public get; public set; }
- Property: RaftingSideTargets RaftingSideTargets { public get; }
- Property: RaftingContainer Right { public get; public set; }
- Property: RaftingContainer Top { public get; public set; }
|
| System.Windows.Forms RaftingContainerGroupCollection () |
| n/a
|
public sealed class System.Windows.Forms.RaftingContainerGroupCollection
|
| --> NONE <--
|
- Constructor: public RaftingContainerGroupCollection ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public RaftingContainer FromPoint (Point screenLocation)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: RaftingContainerGroup this [Control control] { public get; public set; }
|
| System.Windows.Forms RaftingContainerRenderEventArgs () |
| n/a
|
public class System.Windows.Forms.RaftingContainerRenderEventArgs
|
| --> NONE <--
|
- Constructor: public RaftingContainerRenderEventArgs (Graphics g, RaftingContainer raftingContainer)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Graphics Graphics { public get; }
- Property: RaftingContainer RaftingContainer { public get; }
|
| System.Windows.Forms RaftingContainerRenderEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.RaftingContainerRenderEventHandler
|
| --> NONE <--
|
- Constructor: public RaftingContainerRenderEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, RaftingContainerRenderEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, RaftingContainerRenderEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms RaftingRow () |
| n/a
|
public class System.Windows.Forms.RaftingRow
|
| --> NONE <--
|
- Constructor: public RaftingRow (RaftingContainer parent)
- Event: public event EventHandler Disposed
- Method: public bool CanMove (Control controlToRaft)
- Method: protected virtual RaftingRowControlCollection CreateControlsInstance ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method: public void JoinRow (Control controlToRaft, Point locationToRaft)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: public void MoveControl (Control movingControl, Point startClientLocation, Point endClientLocation)
- Method: protected void OnBoundsChanged (Rectangle oldBounds, Rectangle newBounds)
- Method: ProtectedInternal virtual void OnControlAdded (Control control, int index)
- Method: ProtectedInternal virtual void OnControlRemoved (Control control, int index)
- Method: protected virtual void OnLayout (LayoutEventArgs e)
- Method: ProtectedInternal virtual void OnOrientationChanged ()
- Method (i): public virtual string ToString ()
- Nested Type: public class RaftingRowControlCollection
- Property: virtual Rectangle Bounds { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: IContainer Container { public get; }
- Property: RaftingRowControlCollection Controls { public get; }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected bool DesignMode { }
- Property: Rectangle DisplayRectangle { public get; }
- Property: protected EventHandlerList Events { }
- Property: LayoutEngine LayoutEngine { public get; }
- Property: bool Locked { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: Orientation Orientation { public get; }
- Property: virtual Padding Padding { public get; public set; }
- Property: RaftingContainer RaftingContainer { public get; }
- Property: virtual ISite Site { public get; public set; }
|
| RaftingSides () |
| n/a
|
public sealed enum System.Windows.Forms.RaftingSides
                    None = 0,
                    Top = 1,
                    Bottom = 2,
                    Left = 4,
                    Right = 8,
|
| --> NONE <--
|
--> NONE <--
|
| RaftingSideTargets () |
| n/a
|
public sealed enum System.Windows.Forms.RaftingSideTargets
                    None = 0,
                    Top = 1,
                    Bottom = 2,
                    Left = 4,
                    Right = 8,
                    All = 15,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms RetrieveVirtualItemEventArgs () |
| n/a
|
public class System.Windows.Forms.RetrieveVirtualItemEventArgs
|
| --> NONE <--
|
- Constructor: public RetrieveVirtualItemEventArgs (int itemIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ListViewItem Item { public get; public set; }
- Property: int ItemIndex { public get; }
|
| System.Windows.Forms RetrieveVirtualItemEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.RetrieveVirtualItemEventHandler
|
| --> NONE <--
|
- Constructor: public RetrieveVirtualItemEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, RetrieveVirtualItemEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, RetrieveVirtualItemEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms RichTextBox () |
public class System.Windows.Forms.RichTextBox
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.RichTextBox
(Please hover your mouse over the type to see the inheritance signatures) |
- Method: public char GetCharFromPosition (Point pt)
- Method: public int GetCharIndexFromPosition (Point pt)
- Method: public int GetLineFromCharIndex (int index)
- Method: public Point GetPositionFromCharIndex (int index)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): public void DeselectAll ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method: public override char GetCharFromPosition (Point pt)
- Method: public override int GetCharIndexFromPosition (Point pt)
- Method (i): public int GetFirstCharIndexFromLine (int lineNum)
- Method (i): public int GetFirstCharIndexOfCurrentLine ()
- Method: public override int GetLineFromCharIndex (int index)
- Method: public override Point GetPositionFromCharIndex (int index)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method: protected override bool IsInputKey (Keys keyData)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method: protected override void OnMouseUp (MouseEventArgs mevent)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: protected override bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: RichTextBoxLanguageOptions LanguageOption { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: bool RichTextShortcutsEnabled { public get; public set; }
- Property: Color SelectionBackColor { public get; public set; }
- Property: virtual bool ShortcutsEnabled { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| RichTextBoxLanguageOptions () |
| n/a
|
public sealed enum System.Windows.Forms.RichTextBoxLanguageOptions
                    AutoKeyboard = 1,
                    AutoFont = 2,
                    ImeCancelComplete = 4,
                    ImeAlwaysSendNotify = 8,
                    AutoFontSizeAdjust = 16,
                    UIFonts = 32,
                    DualFont = 128,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms RowStyle () |
| n/a
|
public class System.Windows.Forms.RowStyle
|
| --> NONE <--
|
- Constructor: public RowStyle ()
- Constructor: public RowStyle (SizeType sizeType)
- Constructor: public RowStyle (SizeType sizeType, float height)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: float Height { public get; public set; }
- Property: SizeType SizeType { public get; public set; }
|
| PrintUnitType () |
| n/a
|
public sealed enum System.Windows.Forms.Printing.PrintUnitType
                    Centimeter = 0,
                    Inch = 1,
                    OneThousandthInch = 2,
                    OneHundredthMillimeter = 3,
                    Millimeter = 4,
                    Point = 5,
                    Twip = 6,
                    Pixel = 7,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms.Printing RunningStrip () |
| n/a
|
public class System.Windows.Forms.Printing.RunningStrip
|
| --> NONE <--
|
- Method (i): public void Clear ()
- Method (i): public virtual void Dispose ()
- Method (i): public void DrawArc (float centerX, float centerY, float radius, float startAngle, float sweepAngle)
- Method (i): public void DrawArc (float centerX, float centerY, float radius, float startAngle, float sweepAngle, float edgeWidth)
- Method (i): public void DrawCircle (RectangleF boundingRect)
- Method (i): public void DrawCircle (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawEllipse (RectangleF boundingRect)
- Method (i): public void DrawEllipse (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawFilledArc (RectangleF boundingRect, float nXRadial1, float nYRadial1, float nXRadial2, float nYRadial2)
- Method (i): public void DrawFilledArc (RectangleF boundingRect, float nXRadial1, float nYRadial1, float nXRadial2, float nYRadial2, float edgeWidth)
- Method (i): public void DrawFilledCircle (RectangleF boundingRect)
- Method (i): public void DrawFilledCircle (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawFilledEllipse (RectangleF boundingRect)
- Method (i): public void DrawFilledEllipse (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawFilledRectangle (float topLeftX, float topLeftY, float width, float height)
- Method (i): public void DrawFilledRectangle (float topLeftX, float topLeftY, float width, float height, float edgeWidth)
- Method (i): public void DrawFilledSquare (float topLeftX, float topLeftY, float width)
- Method (i): public void DrawFilledSquare (float topLeftX, float topLeftY, float width, float edgeWidth)
- Method (i): public void DrawImage (float startX, float startY, Image image)
- Method (i): public void DrawImage (float startX, float startY, Image image, SizeF destImageSize)
- Method (i): public void DrawLine (float startX, float startY, float endX, float endY)
- Method (i): public void DrawLine (float startX, float startY, float endX, float endY, float lineWidth)
- Method (i): public void DrawRectangle (float topLeftX, float topLeftY, float width, float height)
- Method (i): public void DrawRectangle (float topLeftX, float topLeftY, float width, float height, float edgeWidth)
- Method (i): public void DrawSquare (float topLeftX, float topLeftY, float width)
- Method (i): public void DrawSquare (float topLeftX, float topLeftY, float width, float edgeWidth)
- Method (i): public void DrawText (float startX, float startY, string text)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public SizeF MeasureText (string text)
- Method (i): protected object MemberwiseClone ()
- Method (i): public void TableBegin ()
- Method (i): public void TableBegin (TablePrintLayout table)
- Method (i): public TablePrintLayout TableEnd ()
- Method (i): public virtual string ToString ()
- Method (i): public void Write (string text)
- Method (i): public void WriteDataboundTable ()
- Method (i): public void WriteDataboundTable (TablePrintLayout table)
- Method (i): public void WriteHorizontalLine (float height)
- Method (i): public void WriteHorizontalLine (VerticalAlignment position, float height)
- Method (i): public void WriteImage (Image image)
- Method (i): public void WriteImage (Image image, SizeF imageSize)
- Method (i): public void WriteLine ()
- Method (i): public void WriteLine (string text)
- Method (i): public void WriteTextFile (string fileName)
- Property: Color BackColor { public get; public set; }
- Property: float CurrentX { public get; public set; }
- Property: float CurrentY { public get; public set; }
- Property: bool DisplayPageNumbers { public get; public set; }
- Property: bool DisplayTotalPageNumbers { public get; public set; }
- Property: Font Font { public get; public set; }
- Property: string FontName { public get; public set; }
- Property: float FontSize { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: PrintUnitType FontUnits { public get; public set; }
- Property: Color ForeColor { public get; public set; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: float IndentLeft { public get; public set; }
- Property: float IndentRight { public get; public set; }
- Property: Font PageNumberFont { public get; public set; }
- Property: string PageNumberFontName { public get; public set; }
- Property: float PageNumberFontSize { public get; public set; }
- Property: FontStyle PageNumberFontStyle { public get; public set; }
- Property: PrintUnitType PageNumberFontUnits { public get; public set; }
- Property: PageNumberPosition PageNumberPosition { public get; public set; }
- Property: PageNumberStyle PageNumberStyle { public get; public set; }
- Property: int RemainingLines { public get; }
- Property: RightToLeft RightToLeft { public get; public set; }
- Property: TablePrintLayout Table { public get; }
- Property: PrintUnitType Units { public get; public set; }
|
| PointProperty () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.PointProperty
                    Offset = 3401,
                    TextShadowOffset = 3402,
                    MinSize = 3403,
                    MinSize1 = 3404,
                    MinSize2 = 3405,
                    MinSize3 = 3406,
                    MinSize4 = 3407,
                    MinSize5 = 3408,
|
| --> NONE <--
|
--> NONE <--
|
| PushButtonState () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.PushButtonState
                    Normal = 1,
                    Hot = 2,
                    Pressed = 3,
                    Disabled = 4,
                    Default = 5,
|
| --> NONE <--
|
--> NONE <--
|
| RadioButtonState () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.RadioButtonState
                    UncheckedNormal = 1,
                    UncheckedHot = 2,
                    UncheckedPressed = 3,
                    UncheckedDisabled = 4,
                    CheckedNormal = 5,
                    CheckedHot = 6,
                    CheckedPressed = 7,
                    CheckedDisabled = 8,
|
| --> NONE <--
|
--> NONE <--
|
| public sealed class System.Windows.Forms.SaveFileDialog () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: object Tag { public get; public set; }
|
| public class System.Windows.Forms.Screen () |
| --> NONE <--
|
- Property: int BitsPerPixel { public get; }
|
| ScreenOrientation () |
| n/a
|
public sealed enum System.Windows.Forms.ScreenOrientation
                    Angle0 = 0,
                    Angle90 = 1,
                    Angle180 = 2,
                    Angle270 = 3,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ScrollableControl () |
public class System.Windows.Forms.ScrollableControl
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.ScrollableControl
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event ScrollEventHandler Scroll
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method: protected override void OnMouseEnter (EventArgs e)
- Method: protected override void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: protected override void OnRightToLeftChanged (EventArgs e)
- Method: protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method: protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
|
| System.Windows.Forms ScrollBar () |
public abstract class System.Windows.Forms.ScrollBar
(Please hover your mouse over the type to see the inheritance signatures) |
public abstract class System.Windows.Forms.ScrollBar
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method: protected override void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms ScrollBarRenderer () |
| n/a
|
public sealed class System.Windows.Forms.ScrollBarRenderer
|
| --> NONE <--
|
- Method: public static void DrawArrowButton (Graphics g, Rectangle bounds, ScrollBarArrowButtonState state)
- Method: public static void DrawHorizontalThumb (Graphics g, Rectangle bounds, ScrollBarState state)
- Method: public static void DrawHorizontalThumbGrip (Graphics g, Rectangle bounds, ScrollBarState state)
- Method: public static void DrawLeftHorizontalTrack (Graphics g, Rectangle bounds, ScrollBarState state)
- Method: public static void DrawLowerVerticalTrack (Graphics g, Rectangle bounds, ScrollBarState state)
- Method: public static void DrawRightHorizontalTrack (Graphics g, Rectangle bounds, ScrollBarState state)
- Method: public static void DrawSizeBox (Graphics g, Rectangle bounds, ScrollBarSizeBoxState state)
- Method: public static void DrawUpperVerticalTrack (Graphics g, Rectangle bounds, ScrollBarState state)
- Method: public static void DrawVerticalThumb (Graphics g, Rectangle bounds, ScrollBarState state)
- Method: public static void DrawVerticalThumbGrip (Graphics g, Rectangle bounds, ScrollBarState state)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method: public static Size GetSizeBoxSize (Graphics g, ScrollBarState state)
- Method: public static Size GetThumbGripSize (Graphics g, ScrollBarState state)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static bool IsSupported { public get; }
|
| public class System.Windows.Forms.ScrollEventArgs () |
| --> NONE <--
|
- Constructor: public ScrollEventArgs (ScrollEventType type, int oldValue, int newValue)
- Constructor: public ScrollEventArgs (ScrollEventType type, int oldValue, int newValue, ScrollOrientation scroll)
- Constructor: public ScrollEventArgs (ScrollEventType type, int newValue, ScrollOrientation scroll)
- Property: int OldValue { public get; }
- Property: ScrollOrientation ScrollOrientation { public get; }
|
| ScrollOrientation () |
| n/a
|
public sealed enum System.Windows.Forms.ScrollOrientation
                    HorizontalScroll = 0,
                    VerticalScroll = 1,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ScrollProperties () |
| n/a
|
public abstract class System.Windows.Forms.ScrollProperties
|
| --> NONE <--
|
- Constructor: protected ScrollProperties (ScrollableControl sc)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method: protected ScrollableControl GetParent ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Enabled { public get; public set; }
- Property: int LargeChange { public get; public set; }
- Property: int Maximum { public get; public set; }
- Property: int Minimum { public get; public set; }
- Property: int SmallChange { public get; public set; }
- Property: int Value { public get; public set; }
- Property: bool Visible { public get; public set; }
|
| ScrollReturnType () |
| n/a
|
public sealed enum System.Windows.Forms.ScrollReturnType
                    None = 1,
                    Rectangle = 2,
                    Region = 3,
|
| --> NONE <--
|
--> NONE <--
|
| ScrollType () |
| n/a
|
public sealed enum System.Windows.Forms.ScrollType
                    ScrollChildren = 1,
                    Invalidate = 2,
                    Erase = 4,
|
| --> NONE <--
|
--> NONE <--
|
| SearchDirectionHint () |
| n/a
|
public sealed enum System.Windows.Forms.SearchDirectionHint
                    Left = 37,
                    Up = 38,
                    Right = 39,
                    Down = 40,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms SearchForVirtualItemEventArgs () |
| n/a
|
public class System.Windows.Forms.SearchForVirtualItemEventArgs
|
| --> NONE <--
|
- Constructor: public SearchForVirtualItemEventArgs (bool isTextSearch, bool isPrefixSearch, bool includeSubItemsInSearch, string text, Point startingPoint, SearchDirectionHint direction, int startIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: SearchDirectionHint Direction { public get; }
- Property: bool IncludeSubItemsInSearch { public get; }
- Property: bool IsPrefixSearch { public get; }
- Property: bool IsTextSearch { public get; }
- Property: ListViewItem Item { public get; public set; }
- Property: int StartIndex { public get; }
- Property: Point StartingPoint { public get; }
- Property: string Text { public get; }
|
| System.Windows.Forms SearchForVirtualItemEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.SearchForVirtualItemEventHandler
|
| --> NONE <--
|
- Constructor: public SearchForVirtualItemEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, SearchForVirtualItemEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, SearchForVirtualItemEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| Shortcut () |
public sealed enum System.Windows.Forms.Shortcut
                    None = 0,
                    Ins = 45,
                    Del = 46,
                    F1 = 112,
                    F2 = 113,
                    F3 = 114,
                    F4 = 115,
                    F5 = 116,
                    F6 = 117,
                    F7 = 118,
                    F8 = 119,
                    F9 = 120,
                    F10 = 121,
                    F11 = 122,
                    F12 = 123,
                    ShiftIns = 65581,
                    ShiftDel = 65582,
                    ShiftF1 = 65648,
                    ShiftF2 = 65649,
                    ShiftF3 = 65650,
                    ShiftF4 = 65651,
                    ShiftF5 = 65652,
                    ShiftF6 = 65653,
                    ShiftF7 = 65654,
                    ShiftF8 = 65655,
                    ShiftF9 = 65656,
                    ShiftF10 = 65657,
                    ShiftF11 = 65658,
                    ShiftF12 = 65659,
                    CtrlIns = 131117,
                    CtrlDel = 131118,
                    Ctrl0 = 131120,
                    Ctrl1 = 131121,
                    Ctrl2 = 131122,
                    Ctrl3 = 131123,
                    Ctrl4 = 131124,
                    Ctrl5 = 131125,
                    Ctrl6 = 131126,
                    Ctrl7 = 131127,
                    Ctrl8 = 131128,
                    Ctrl9 = 131129,
                    CtrlA = 131137,
                    CtrlB = 131138,
                    CtrlC = 131139,
                    CtrlD = 131140,
                    CtrlE = 131141,
                    CtrlF = 131142,
                    CtrlG = 131143,
                    CtrlH = 131144,
                    CtrlI = 131145,
                    CtrlJ = 131146,
                    CtrlK = 131147,
                    CtrlL = 131148,
                    CtrlM = 131149,
                    CtrlN = 131150,
                    CtrlO = 131151,
                    CtrlP = 131152,
                    CtrlQ = 131153,
                    CtrlR = 131154,
                    CtrlS = 131155,
                    CtrlT = 131156,
                    CtrlU = 131157,
                    CtrlV = 131158,
                    CtrlW = 131159,
                    CtrlX = 131160,
                    CtrlY = 131161,
                    CtrlZ = 131162,
                    CtrlF1 = 131184,
                    CtrlF2 = 131185,
                    CtrlF3 = 131186,
                    CtrlF4 = 131187,
                    CtrlF5 = 131188,
                    CtrlF6 = 131189,
                    CtrlF7 = 131190,
                    CtrlF8 = 131191,
                    CtrlF9 = 131192,
                    CtrlF10 = 131193,
                    CtrlF11 = 131194,
                    CtrlF12 = 131195,
                    CtrlShift0 = 196656,
                    CtrlShift1 = 196657,
                    CtrlShift2 = 196658,
                    CtrlShift3 = 196659,
                    CtrlShift4 = 196660,
                    CtrlShift5 = 196661,
                    CtrlShift6 = 196662,
                    CtrlShift7 = 196663,
                    CtrlShift8 = 196664,
                    CtrlShift9 = 196665,
                    CtrlShiftA = 196673,
                    CtrlShiftB = 196674,
                    CtrlShiftC = 196675,
                    CtrlShiftD = 196676,
                    CtrlShiftE = 196677,
                    CtrlShiftF = 196678,
                    CtrlShiftG = 196679,
                    CtrlShiftH = 196680,
                    CtrlShiftI = 196681,
                    CtrlShiftJ = 196682,
                    CtrlShiftK = 196683,
                    CtrlShiftL = 196684,
                    CtrlShiftM = 196685,
                    CtrlShiftN = 196686,
                    CtrlShiftO = 196687,
                    CtrlShiftP = 196688,
                    CtrlShiftQ = 196689,
                    CtrlShiftR = 196690,
                    CtrlShiftS = 196691,
                    CtrlShiftT = 196692,
                    CtrlShiftU = 196693,
                    CtrlShiftV = 196694,
                    CtrlShiftW = 196695,
                    CtrlShiftX = 196696,
                    CtrlShiftY = 196697,
                    CtrlShiftZ = 196698,
                    CtrlShiftF1 = 196720,
                    CtrlShiftF2 = 196721,
                    CtrlShiftF3 = 196722,
                    CtrlShiftF4 = 196723,
                    CtrlShiftF5 = 196724,
                    CtrlShiftF6 = 196725,
                    CtrlShiftF7 = 196726,
                    CtrlShiftF8 = 196727,
                    CtrlShiftF9 = 196728,
                    CtrlShiftF10 = 196729,
                    CtrlShiftF11 = 196730,
                    CtrlShiftF12 = 196731,
                    AltBksp = 262152,
                    Alt0 = 262192,
                    Alt1 = 262193,
                    Alt2 = 262194,
                    Alt3 = 262195,
                    Alt4 = 262196,
                    Alt5 = 262197,
                    Alt6 = 262198,
                    Alt7 = 262199,
                    Alt8 = 262200,
                    Alt9 = 262201,
                    AltF1 = 262256,
                    AltF2 = 262257,
                    AltF3 = 262258,
                    AltF4 = 262259,
                    AltF5 = 262260,
                    AltF6 = 262261,
                    AltF7 = 262262,
                    AltF8 = 262263,
                    AltF9 = 262264,
                    AltF10 = 262265,
                    AltF11 = 262266,
                    AltF12 = 262267,
|
public sealed enum System.Windows.Forms.Shortcut
                    None = 0,
                    Ins = 45,
                    Del = 46,
                    F1 = 112,
                    F2 = 113,
                    F3 = 114,
                    F4 = 115,
                    F5 = 116,
                    F6 = 117,
                    F7 = 118,
                    F8 = 119,
                    F9 = 120,
                    F10 = 121,
                    F11 = 122,
                    F12 = 123,
                    ShiftIns = 65581,
                    ShiftDel = 65582,
                    ShiftF1 = 65648,
                    ShiftF2 = 65649,
                    ShiftF3 = 65650,
                    ShiftF4 = 65651,
                    ShiftF5 = 65652,
                    ShiftF6 = 65653,
                    ShiftF7 = 65654,
                    ShiftF8 = 65655,
                    ShiftF9 = 65656,
                    ShiftF10 = 65657,
                    ShiftF11 = 65658,
                    ShiftF12 = 65659,
                    CtrlIns = 131117,
                    CtrlDel = 131118,
                    Ctrl0 = 131120,
                    Ctrl1 = 131121,
                    Ctrl2 = 131122,
                    Ctrl3 = 131123,
                    Ctrl4 = 131124,
                    Ctrl5 = 131125,
                    Ctrl6 = 131126,
                    Ctrl7 = 131127,
                    Ctrl8 = 131128,
                    Ctrl9 = 131129,
                    CtrlA = 131137,
                    CtrlB = 131138,
                    CtrlC = 131139,
                    CtrlD = 131140,
                    CtrlE = 131141,
                    CtrlF = 131142,
                    CtrlG = 131143,
                    CtrlH = 131144,
                    CtrlI = 131145,
                    CtrlJ = 131146,
                    CtrlK = 131147,
                    CtrlL = 131148,
                    CtrlM = 131149,
                    CtrlN = 131150,
                    CtrlO = 131151,
                    CtrlP = 131152,
                    CtrlQ = 131153,
                    CtrlR = 131154,
                    CtrlS = 131155,
                    CtrlT = 131156,
                    CtrlU = 131157,
                    CtrlV = 131158,
                    CtrlW = 131159,
                    CtrlX = 131160,
                    CtrlY = 131161,
                    CtrlZ = 131162,
                    CtrlF1 = 131184,
                    CtrlF2 = 131185,
                    CtrlF3 = 131186,
                    CtrlF4 = 131187,
                    CtrlF5 = 131188,
                    CtrlF6 = 131189,
                    CtrlF7 = 131190,
                    CtrlF8 = 131191,
                    CtrlF9 = 131192,
                    CtrlF10 = 131193,
                    CtrlF11 = 131194,
                    CtrlF12 = 131195,
                    CtrlShift0 = 196656,
                    CtrlShift1 = 196657,
                    CtrlShift2 = 196658,
                    CtrlShift3 = 196659,
                    CtrlShift4 = 196660,
                    CtrlShift5 = 196661,
                    CtrlShift6 = 196662,
                    CtrlShift7 = 196663,
                    CtrlShift8 = 196664,
                    CtrlShift9 = 196665,
                    CtrlShiftA = 196673,
                    CtrlShiftB = 196674,
                    CtrlShiftC = 196675,
                    CtrlShiftD = 196676,
                    CtrlShiftE = 196677,
                    CtrlShiftF = 196678,
                    CtrlShiftG = 196679,
                    CtrlShiftH = 196680,
                    CtrlShiftI = 196681,
                    CtrlShiftJ = 196682,
                    CtrlShiftK = 196683,
                    CtrlShiftL = 196684,
                    CtrlShiftM = 196685,
                    CtrlShiftN = 196686,
                    CtrlShiftO = 196687,
                    CtrlShiftP = 196688,
                    CtrlShiftQ = 196689,
                    CtrlShiftR = 196690,
                    CtrlShiftS = 196691,
                    CtrlShiftT = 196692,
                    CtrlShiftU = 196693,
                    CtrlShiftV = 196694,
                    CtrlShiftW = 196695,
                    CtrlShiftX = 196696,
                    CtrlShiftY = 196697,
                    CtrlShiftZ = 196698,
                    CtrlShiftF1 = 196720,
                    CtrlShiftF2 = 196721,
                    CtrlShiftF3 = 196722,
                    CtrlShiftF4 = 196723,
                    CtrlShiftF5 = 196724,
                    CtrlShiftF6 = 196725,
                    CtrlShiftF7 = 196726,
                    CtrlShiftF8 = 196727,
                    CtrlShiftF9 = 196728,
                    CtrlShiftF10 = 196729,
                    CtrlShiftF11 = 196730,
                    CtrlShiftF12 = 196731,
                    AltBksp = 262152,
                    AltLeftArrow = 262181,
                    AltUpArrow = 262182,
                    AltRightArrow = 262183,
                    AltDownArrow = 262184,
                    Alt0 = 262192,
                    Alt1 = 262193,
                    Alt2 = 262194,
                    Alt3 = 262195,
                    Alt4 = 262196,
                    Alt5 = 262197,
                    Alt6 = 262198,
                    Alt7 = 262199,
                    Alt8 = 262200,
                    Alt9 = 262201,
                    AltF1 = 262256,
                    AltF2 = 262257,
                    AltF3 = 262258,
                    AltF4 = 262259,
                    AltF5 = 262260,
                    AltF6 = 262261,
                    AltF7 = 262262,
                    AltF8 = 262263,
                    AltF9 = 262264,
                    AltF10 = 262265,
                    AltF11 = 262266,
                    AltF12 = 262267,
|
| --> NONE <--
|
--> NONE <--
|
| SizeType () |
| n/a
|
public sealed enum System.Windows.Forms.SizeType
                    AutoSize = 0,
                    Absolute = 1,
                    Percent = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms SoundPlayer () |
| n/a
|
public class System.Windows.Forms.SoundPlayer
|
| --> NONE <--
|
- Constructor: public SoundPlayer ()
- Constructor: public SoundPlayer (Stream stream)
- Constructor: protected SoundPlayer (SerializationInfo serializationInfo, StreamingContext context)
- Constructor: public SoundPlayer (string soundLocation)
- Constructor: public SoundPlayer (Type type, string resourceName)
- Event: public event EventHandler Disposed
- Event: public event AsyncCompletedEventHandler LoadCompleted
- Event: public event EventHandler SoundLocationChanged
- Event: public event EventHandler StreamChanged
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method: public void Load ()
- Method: public void LoadAsync ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: protected virtual void OnLoadCompleted (AsyncCompletedEventArgs e)
- Method: protected virtual void OnSoundLocationChanged (EventArgs e)
- Method: protected virtual void OnStreamChanged (EventArgs e)
- Method: public void Play ()
- Method: public void PlayLooping ()
- Method: public void PlaySync ()
- Method: public void Stop ()
- Method (i): public virtual string ToString ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: IContainer Container { public get; }
- Property: protected bool DesignMode { }
- Property: protected EventHandlerList Events { }
- Property: bool IsLoadCompleted { public get; }
- Property: int LoadTimeout { public get; public set; }
- Property: virtual ISite Site { public get; public set; }
- Property: string SoundLocation { public get; public set; }
- Property: Stream Stream { public get; public set; }
- Property: object Tag { public get; public set; }
|
| System.Windows.Forms SplitContainer () |
| n/a
|
public sealed class System.Windows.Forms.SplitContainer
|
| --> NONE <--
|
- Constructor: public SplitContainer ()
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler AutoValidateChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SizeChanged
- Event: public event SplitterEventHandler SplitterMoved
- Event: public event SplitterCancelEventHandler SplitterMoving
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method: protected override ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnAutoValidateChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method: protected override void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method: protected override void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method: protected override void OnKeyUp (KeyEventArgs e)
- Method: protected override void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method: protected override void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method: protected override void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method: protected override void OnMouseLeave (EventArgs e)
- Method: protected override void OnMouseMove (MouseEventArgs e)
- Method: protected override void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs pevent)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method: protected override void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: protected override void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method: public void OnSplitterMoved (SplitterEventArgs e)
- Method: public void OnSplitterMoving (SplitterCancelEventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method: protected override bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method: protected override bool ProcessTabKey (bool forward)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method: protected override void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method: protected override void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected virtual void UpdateDefaultButton ()
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): public bool Validate ()
- Method (i): public bool Validate (bool checkAutoValidate)
- Method (i): public virtual bool ValidateAll ()
- Method (i): public virtual bool ValidateAll (ValidateFlags flags)
- Method: protected override void WndProc (Message msg)
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual Control ActiveControl { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: override bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual AutoValidate AutoValidate { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: override Image BackgroundImage { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: BorderStyle BorderStyle { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: new ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected override CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: new DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: FixedPanel FixedPanel { public get; public set; }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: virtual Color ForeColor { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: bool IsSplitterFixed { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Orientation Orientation { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: SplitterPanel Panel1 { public get; }
- Property: bool Panel1Collapsed { public get; public set; }
- Property: int Panel1MinSize { public get; public set; }
- Property: SplitterPanel Panel2 { public get; }
- Property: bool Panel2Collapsed { public get; public set; }
- Property: int Panel2MinSize { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Form ParentForm { public get; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: int SplitterDistance { public get; public set; }
- Property: int SplitterIncrement { public get; public set; }
- Property: Rectangle SplitterRectangle { public get; }
- Property: int SplitterWidth { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: new bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| System.Windows.Forms Splitter () |
public class System.Windows.Forms.Splitter
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.Splitter
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected override Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms SplitterCancelEventArgs () |
| n/a
|
public class System.Windows.Forms.SplitterCancelEventArgs
|
| --> NONE <--
|
- Constructor: public SplitterCancelEventArgs (int mouseCursorX, int mouseCursorY, int splitX, int splitY)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: int MouseCursorX { public get; }
- Property: int MouseCursorY { public get; }
- Property: int SplitX { public get; public set; }
- Property: int SplitY { public get; public set; }
|
| System.Windows.Forms SplitterCancelEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.SplitterCancelEventHandler
|
| --> NONE <--
|
- Constructor: public SplitterCancelEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, SplitterCancelEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, SplitterCancelEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms SplitterPanel () |
| n/a
|
public sealed class System.Windows.Forms.SplitterPanel
|
| --> NONE <--
|
- Constructor: public SplitterPanel (SplitContainer owner)
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs levent)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs pevent)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method: protected override void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): protected virtual void WndProc (Message m)
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: new AnchorStyles Anchor { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: new BorderStyle BorderStyle { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected override Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: new DockStyle Dock { public get; public set; }
- Property: new DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: virtual Color ForeColor { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: new int Height { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: int Left { public get; public set; }
- Property: new Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: new string Name { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: new Control Parent { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: new Size Size { public get; public set; }
- Property: new int TabIndex { public get; public set; }
- Property: new bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: new bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: new int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| System.Windows.Forms StatusBar () |
public class System.Windows.Forms.StatusBar
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.StatusBar
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| public class System.Windows.Forms.StatusBarPanel () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: string Name { public get; public set; }
- Property: object Tag { public get; public set; }
|
| public class System.Windows.Forms.StatusBarPanelClickEventArgs () |
| --> NONE <--
|
- Property: Point Location { public get; }
|
| System.Windows.Forms StatusStrip () |
| n/a
|
public class System.Windows.Forms.StatusStrip
|
| --> NONE <--
|
- Constructor: public StatusStrip ()
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BeginRaft
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler EndRaft
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event ToolStripItemEventHandler ItemAdded
- Event: public event ToolStripItemClickedEventHandler ItemClicked
- Event: public event ToolStripItemEventHandler ItemRemoved
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler LayoutCompleted
- Event: public event EventHandler LayoutStyleChanged
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event PaintEventHandler PaintGrip
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler RendererChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public bool Contains (Control ctl)
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): protected virtual LayoutSettings CreateLayoutSettings (ToolStripLayoutStyle layoutStyle)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public ToolStripItem GetItemAt (int x, int y)
- Method (i): public ToolStripItem GetItemAt (Point point)
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public ToolStripItem GetNextItem (ToolStripItem start, Direction direction)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBeginRaft (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEndRaft (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): ProtectedInternal virtual void OnItemAdded (ToolStripItemEventArgs e)
- Method (i): protected virtual void OnItemClicked (ToolStripItemClickedEventArgs e)
- Method (i): ProtectedInternal virtual void OnItemRemoved (ToolStripItemEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLayoutCompleted (EventArgs e)
- Method (i): protected virtual void OnLayoutStyleChanged (EventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method: protected override void OnPaintBackground (PaintEventArgs e)
- Method (i): ProtectedInternal virtual void OnPaintGrip (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnRendererChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): public void ResetMinimumSize ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected virtual void SetDisplayedItems ()
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method (i): ProtectedInternal void SetItemLocation (ToolStripItem item, Point location)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method: protected override void WndProc (Message m)
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: bool AllowItemReorder { public get; public set; }
- Property: bool AllowMerge { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: new bool CanOverflow { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected override DockStyle DefaultDock { }
- Property: virtual ToolStripDropDownDirection DefaultDropDownDirection { public get; public set; }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected override Padding DefaultPadding { }
- Property: protected virtual RaftingSides DefaultRaft { }
- Property: protected override bool DefaultShowItemToolTips { }
- Property: protected override Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual ToolStripItemCollection DisplayedItems { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: override DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: Color ForeColor { public get; public set; }
- Property: ToolStripGripDisplayStyle GripDisplayStyle { public get; }
- Property: Padding GripMargin { public get; public set; }
- Property: Rectangle GripRectangle { public get; }
- Property: new ToolStripGripStyle GripStyle { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: ImageList ImageList { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: virtual bool IsCurrentlyRafting { public get; }
- Property: bool IsDisposed { public get; }
- Property: bool IsDropDown { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: virtual ToolStripItemCollection Items { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: LayoutSettings LayoutSettings { public get; public set; }
- Property: ToolStripLayoutStyle LayoutStyle { public get; public set; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: ProtectedInternal virtual Size MaxItemSize { }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Orientation Orientation { public get; }
- Property: ToolStripOverflowButton OverflowButton { public get; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: virtual RaftingSides Raft { public get; public set; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- Property: ToolStripRenderer Renderer { public get; public set; }
- Property: ToolStripRenderMode RenderMode { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: new bool ShowItemToolTips { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: Rectangle SizeGripBounds { public get; }
- Property: bool SizingGrip { public get; public set; }
- Property: new bool Stretch { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| System.Windows.Forms StatusStripPanel () |
| n/a
|
public class System.Windows.Forms.StatusStripPanel
|
| --> NONE <--
|
- Constructor: public StatusStripPanel ()
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler Click
- Event: public event EventHandler DisplayStyleChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler LocationChanged
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event EventHandler OwnerChanged
- Event: public event PaintEventHandler Paint
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler VisibleChanged
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public ToolStrip GetCurrentParent ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public virtual Size GetPreferredSize (Size constrainingSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (Rectangle r)
- Method (i): ProtectedInternal virtual bool IsInputChar (char charCode)
- Method (i): ProtectedInternal virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBoundsChanged ()
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnDisplayStyleChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs dragEvent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs giveFeedbackEvent)
- Method (i): ProtectedInternal virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnOwnerChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (ToolStrip oldParent, ToolStrip newParent)
- Method (i): ProtectedInternal virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs queryContinueDragEvent)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformClick ()
- Method (i): ProtectedInternal virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessDialogKey (Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public virtual void ResetImage ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetTextDirection ()
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Select ()
- Method (i): ProtectedInternal virtual void SetBounds (Rectangle bounds)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public virtual string ToString ()
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: Color ActiveLinkColor { public get; public set; }
- Property: ToolStripItemAlignment Alignment { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: AnchorStyles Anchor { public get; public set; }
- Property: bool AutoSize { public get; public set; }
- Property: bool AutoToolTip { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: Border3DSide BorderSides { public get; public set; }
- Property: Border3DStyle BorderStyle { public get; public set; }
- Property: virtual Rectangle Bounds { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual bool CanSelect { public get; }
- Property: IContainer Container { public get; }
- Property: Rectangle ContentRectangle { public get; }
- Property: protected virtual bool DefaultAutoToolTip { }
- Property: ProtectedInternal virtual Padding DefaultMargin { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual bool DismissWhenClicked { }
- Property: ToolStripItemDisplayStyle DisplayStyle { public get; public set; }
- Property: DockStyle Dock { public get; public set; }
- Property: bool DoubleClickEnabled { public get; public set; }
- Property: virtual bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual Font Font { public get; public set; }
- Property: virtual Color ForeColor { public get; public set; }
- Property: int Height { public get; public set; }
- Property: virtual Image Image { public get; public set; }
- Property: ContentAlignment ImageAlign { public get; public set; }
- Property: int ImageIndex { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: ToolStripItemImageScaling ImageScaling { public get; public set; }
- Property: Color ImageTransparentColor { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsLink { public get; public set; }
- Property: bool IsOnDropDown { public get; }
- Property: LinkBehavior LinkBehavior { public get; public set; }
- Property: Color LinkColor { public get; public set; }
- Property: bool LinkVisited { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: MergeAction MergeAction { public get; public set; }
- Property: int MergeIndex { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ToolStripItemOverflow Overflow { public get; public set; }
- Property: ToolStrip Owner { public get; public set; }
- Property: virtual Padding Padding { public get; public set; }
- Property: ProtectedInternal ToolStrip Parent { }
- Property: ToolStripItemPlacement Placement { public get; }
- Property: virtual bool Pressed { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual bool Selected { public get; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: virtual Size Size { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ContentAlignment TextAlign { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: Color VisitedLinkColor { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms StringEnumerator () |
| n/a
|
public class System.Windows.Forms.StringEnumerator
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public bool MoveNext ()
- Method: public void Reset ()
- Method (i): public virtual string ToString ()
- Property: string Current { public get; }
|
| public class System.Windows.Forms.SystemInformation () |
| --> NONE <--
|
- Property: static int ActiveWindowTrackingDelay { public get; }
- Property: static int BorderMultiplierFactor { public get; }
- Property: static int CaretBlinkTime { public get; }
- Property: static int CaretWidth { public get; }
- Property: static int FontSmoothingContrast { public get; }
- Property: static int FontSmoothingType { public get; }
- Property: static int HorizontalFocusThickness { public get; }
- Property: static int HorizontalResizeBorderThickness { public get; }
- Property: static int IconHorizontalSpacing { public get; }
- Property: static int IconVerticalSpacing { public get; }
- Property: static bool IsActiveWindowTrackingEnabled { public get; }
- Property: static bool IsComboBoxAnimationEnabled { public get; }
- Property: static bool IsDropShadowEnabled { public get; }
- Property: static bool IsFlatMenuEnabled { public get; }
- Property: static bool IsFontSmoothingEnabled { public get; }
- Property: static bool IsHotTrackingEnabled { public get; }
- Property: static bool IsIconTitleWrappingEnabled { public get; }
- Property: static bool IsKeyboardPreferred { public get; }
- Property: static bool IsListBoxSmoothScrollingEnabled { public get; }
- Property: static bool IsMenuAccessKeysUnderlined { public get; }
- Property: static bool IsMenuAnimationEnabled { public get; }
- Property: static bool IsMenuFadeEnabled { public get; }
- Property: static bool IsMinimizeRestoreAnimationEnabled { public get; }
- Property: static bool IsSelectionFadeEnabled { public get; }
- Property: static bool IsSnapToDefaultEnabled { public get; }
- Property: static bool IsTitleBarGradientEnabled { public get; }
- Property: static bool IsToolTipAnimationEnabled { public get; }
- Property: static bool IsUIEffectsEnabled { public get; }
- Property: static int KeyboardDelay { public get; }
- Property: static int KeyboardSpeed { public get; }
- Property: static Size MenuBarButtonSize { public get; }
- Property: static int MenuShowDelay { public get; }
- Property: static Size MouseHoverSize { public get; }
- Property: static int MouseHoverTime { public get; }
- Property: static int MouseSpeed { public get; }
- Property: static int MouseWheelScrollDelta { public get; }
- Property: static LeftRightAlignment PopupMenuAlignment { public get; }
- Property: static PowerStatus PowerStatus { public get; }
- Property: static ScreenOrientation ScreenOrientation { public get; }
- Property: static int SizingBorderWidth { public get; }
- Property: static Size SmallCaptionButtonSize { public get; }
- Property: static bool TerminalServerSession { public get; }
- Property: static int VerticalFocusThickness { public get; }
- Property: static int VerticalResizeBorderThickness { public get; }
|
| SystemParameter () |
| n/a
|
public sealed enum System.Windows.Forms.SystemParameter
                    DropShadow = 0,
                    FlatMenu = 1,
                    FontSmoothingContrastMetric = 2,
                    FontSmoothingTypeMetric = 3,
                    MenuFadeEnabled = 4,
                    SelectionFade = 5,
                    ToolTipAnimationMetric = 6,
                    UIEffects = 7,
                    CaretWidthMetric = 8,
                    VerticalFocusThicknessMetric = 9,
                    HorizontalFocusThicknessMetric = 10,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms SystemSound () |
| n/a
|
public class System.Windows.Forms.SystemSound
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void Play ()
- Method (i): public virtual string ToString ()
|
| System.Windows.Forms SystemSounds () |
| n/a
|
public sealed class System.Windows.Forms.SystemSounds
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static SystemSound Asterisk { public get; }
- Property: static SystemSound Beep { public get; }
- Property: static SystemSound Exclamation { public get; }
- Property: static SystemSound Hand { public get; }
- Property: static SystemSound Question { public get; }
|
| System.Windows.Forms.ComponentModel.Com2Interop StandardOleMarshalObject () |
| n/a
|
public class System.Windows.Forms.ComponentModel.Com2Interop.StandardOleMarshalObject
|
| --> NONE <--
|
- Constructor: protected StandardOleMarshalObject ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
| System.Windows.Forms.Printing SimplePrintDocument () |
| n/a
|
public class System.Windows.Forms.Printing.SimplePrintDocument
|
| --> NONE <--
|
- Constructor: public SimplePrintDocument ()
- Method (i): public void Clear ()
- Method (i): public virtual void Dispose ()
- Method (i): public void DrawArc (float centerX, float centerY, float radius, float startAngle, float sweepAngle)
- Method (i): public void DrawArc (float centerX, float centerY, float radius, float startAngle, float sweepAngle, float edgeWidth)
- Method (i): public void DrawCircle (RectangleF boundingRect)
- Method (i): public void DrawCircle (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawEllipse (RectangleF boundingRect)
- Method (i): public void DrawEllipse (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawFilledArc (RectangleF boundingRect, float nXRadial1, float nYRadial1, float nXRadial2, float nYRadial2)
- Method (i): public void DrawFilledArc (RectangleF boundingRect, float nXRadial1, float nYRadial1, float nXRadial2, float nYRadial2, float edgeWidth)
- Method (i): public void DrawFilledCircle (RectangleF boundingRect)
- Method (i): public void DrawFilledCircle (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawFilledEllipse (RectangleF boundingRect)
- Method (i): public void DrawFilledEllipse (RectangleF boundingRect, float edgeWidth)
- Method (i): public void DrawFilledRectangle (float topLeftX, float topLeftY, float width, float height)
- Method (i): public void DrawFilledRectangle (float topLeftX, float topLeftY, float width, float height, float edgeWidth)
- Method (i): public void DrawFilledSquare (float topLeftX, float topLeftY, float width)
- Method (i): public void DrawFilledSquare (float topLeftX, float topLeftY, float width, float edgeWidth)
- Method (i): public void DrawImage (float startX, float startY, Image image)
- Method (i): public void DrawImage (float startX, float startY, Image image, SizeF destImageSize)
- Method (i): public void DrawLine (float startX, float startY, float endX, float endY)
- Method (i): public void DrawLine (float startX, float startY, float endX, float endY, float lineWidth)
- Method (i): public void DrawRectangle (float topLeftX, float topLeftY, float width, float height)
- Method (i): public void DrawRectangle (float topLeftX, float topLeftY, float width, float height, float edgeWidth)
- Method (i): public void DrawSquare (float topLeftX, float topLeftY, float width)
- Method (i): public void DrawSquare (float topLeftX, float topLeftY, float width, float edgeWidth)
- Method (i): public void DrawText (float startX, float startY, string text)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public bool FitsInPageBody (string text)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public SizeF MeasureText (string text)
- Method (i): protected object MemberwiseClone ()
- Method: public void NewPage ()
- Method: public void Print ()
- Method: public void PrintPreview ()
- Method: public void PrintPreview (IWin32Window owner)
- Method: public void PrintToFile (string filename)
- Method: public void PrintToStream (Stream outStream)
- Method (i): public void TableBegin ()
- Method (i): public void TableBegin (TablePrintLayout table)
- Method (i): public TablePrintLayout TableEnd ()
- Method (i): public virtual string ToString ()
- Method (i): public void Write (string text)
- Method (i): public void WriteDataboundTable ()
- Method (i): public void WriteDataboundTable (TablePrintLayout table)
- Method (i): public void WriteHorizontalLine (float height)
- Method (i): public void WriteHorizontalLine (VerticalAlignment position, float height)
- Method (i): public void WriteImage (Image image)
- Method (i): public void WriteImage (Image image, SizeF imageSize)
- Method (i): public void WriteLine ()
- Method (i): public void WriteLine (string text)
- Method (i): public void WriteTextFile (string fileName)
- Property: Color BackColor { public get; public set; }
- Property: RectangleF BodyArea { public get; }
- Property: int CurrentPageIndex { public get; public set; }
- Property: float CurrentX { public get; public set; }
- Property: float CurrentY { public get; public set; }
- Property: Font Font { public get; public set; }
- Property: string FontName { public get; public set; }
- Property: float FontSize { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: PrintUnitType FontUnits { public get; public set; }
- Property: Footer Footer { public get; }
- Property: Color ForeColor { public get; public set; }
- Property: Graphics Graphics { public get; }
- Property: Header Header { public get; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: float IndentLeft { public get; public set; }
- Property: float IndentRight { public get; public set; }
- Property: float MarginBottom { public get; public set; }
- Property: float MarginLeft { public get; public set; }
- Property: float MarginRight { public get; public set; }
- Property: float MarginTop { public get; public set; }
- Property: int PageCount { public get; }
- Property: PageSettings PageSettings { public get; public set; }
- Property: SizeF PhysicalPageSize { public get; }
- Property: RectangleF PrintableArea { public get; }
- Property: PrinterSettings PrinterSettings { public get; public set; }
- Property: int RemainingLines { public get; }
- Property: RightToLeft RightToLeft { public get; public set; }
- Property: TablePrintLayout Table { public get; }
- Property: object Tag { public get; public set; }
- Property: PrintUnitType Units { public get; public set; }
|
| System.Windows.Forms.Printing SimplePrintDocumentBase () |
| n/a
|
public abstract class System.Windows.Forms.Printing.SimplePrintDocumentBase
|
| --> NONE <--
|
- Constructor: public SimplePrintDocumentBase ()
- Method: public void Clear ()
- Method: public virtual void Dispose ()
- Method: public void DrawArc (float centerX, float centerY, float radius, float startAngle, float sweepAngle)
- Method: public void DrawArc (float centerX, float centerY, float radius, float startAngle, float sweepAngle, float edgeWidth)
- Method: public void DrawCircle (RectangleF boundingRect)
- Method: public void DrawCircle (RectangleF boundingRect, float edgeWidth)
- Method: public void DrawEllipse (RectangleF boundingRect)
- Method: public void DrawEllipse (RectangleF boundingRect, float edgeWidth)
- Method: public void DrawFilledArc (RectangleF boundingRect, float nXRadial1, float nYRadial1, float nXRadial2, float nYRadial2)
- Method: public void DrawFilledArc (RectangleF boundingRect, float nXRadial1, float nYRadial1, float nXRadial2, float nYRadial2, float edgeWidth)
- Method: public void DrawFilledCircle (RectangleF boundingRect)
- Method: public void DrawFilledCircle (RectangleF boundingRect, float edgeWidth)
- Method: public void DrawFilledEllipse (RectangleF boundingRect)
- Method: public void DrawFilledEllipse (RectangleF boundingRect, float edgeWidth)
- Method: public void DrawFilledRectangle (float topLeftX, float topLeftY, float width, float height)
- Method: public void DrawFilledRectangle (float topLeftX, float topLeftY, float width, float height, float edgeWidth)
- Method: public void DrawFilledSquare (float topLeftX, float topLeftY, float width)
- Method: public void DrawFilledSquare (float topLeftX, float topLeftY, float width, float edgeWidth)
- Method: public void DrawImage (float startX, float startY, Image image)
- Method: public void DrawImage (float startX, float startY, Image image, SizeF destImageSize)
- Method: public void DrawLine (float startX, float startY, float endX, float endY)
- Method: public void DrawLine (float startX, float startY, float endX, float endY, float lineWidth)
- Method: public void DrawRectangle (float topLeftX, float topLeftY, float width, float height)
- Method: public void DrawRectangle (float topLeftX, float topLeftY, float width, float height, float edgeWidth)
- Method: public void DrawSquare (float topLeftX, float topLeftY, float width)
- Method: public void DrawSquare (float topLeftX, float topLeftY, float width, float edgeWidth)
- Method: public void DrawText (float startX, float startY, string text)
- Method (i): public virtual bool Equals (object obj)
- Method: protected override void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public SizeF MeasureText (string text)
- Method (i): protected object MemberwiseClone ()
- Method: public void TableBegin ()
- Method: public void TableBegin (TablePrintLayout table)
- Method: public TablePrintLayout TableEnd ()
- Method (i): public virtual string ToString ()
- Method: public void Write (string text)
- Method: public void WriteDataboundTable ()
- Method: public void WriteDataboundTable (TablePrintLayout table)
- Method: public void WriteHorizontalLine (float height)
- Method: public void WriteHorizontalLine (VerticalAlignment position, float height)
- Method: public void WriteImage (Image image)
- Method: public void WriteImage (Image image, SizeF imageSize)
- Method: public void WriteLine ()
- Method: public void WriteLine (string text)
- Method: public void WriteTextFile (string fileName)
- Property: Color BackColor { public get; public set; }
- Property: float CurrentX { public get; public set; }
- Property: float CurrentY { public get; public set; }
- Property: Font Font { public get; public set; }
- Property: string FontName { public get; public set; }
- Property: float FontSize { public get; public set; }
- Property: FontStyle FontStyle { public get; public set; }
- Property: PrintUnitType FontUnits { public get; public set; }
- Property: Color ForeColor { public get; public set; }
- Property: HorizontalAlignment HorizontalAlignment { public get; public set; }
- Property: float IndentLeft { public get; public set; }
- Property: float IndentRight { public get; public set; }
- Property: int RemainingLines { public get; }
- Property: RightToLeft RightToLeft { public get; public set; }
- Property: TablePrintLayout Table { public get; }
- Property: PrintUnitType Units { public get; public set; }
|
| ScrollBarArrowButtonState () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState
                    UpNormal = 1,
                    UpHot = 2,
                    UpPressed = 3,
                    UpDisabled = 4,
                    DownNormal = 5,
                    DownHot = 6,
                    DownPressed = 7,
                    DownDisabled = 8,
                    LeftNormal = 9,
                    LeftHot = 10,
                    LeftPressed = 11,
                    LeftDisabled = 12,
                    RightNormal = 13,
                    RightHot = 14,
                    RightPressed = 15,
                    RightDisabled = 16,
|
| --> NONE <--
|
--> NONE <--
|
| ScrollBarSizeBoxState () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState
                    RightAlign = 1,
                    LeftAlign = 2,
|
| --> NONE <--
|
--> NONE <--
|
| ScrollBarState () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.ScrollBarState
                    Normal = 1,
                    Hot = 2,
                    Pressed = 3,
                    Disabled = 4,
|
| --> NONE <--
|
--> NONE <--
|
| SizingType () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.SizingType
                    FixedSize = 0,
                    Stretch = 1,
                    Tile = 2,
|
| --> NONE <--
|
--> NONE <--
|
| StringProperty () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.StringProperty
                    Text = 3201,
|
| --> NONE <--
|
--> NONE <--
|
| System.Security.Policy TrustLicenseIssuerTmp () |
| n/a
|
public sealed class System.Security.Policy.TrustLicenseIssuerTmp
|
| --> NONE <--
|
- Constructor: public TrustLicenseIssuerTmp ()
- Constructor: public TrustLicenseIssuerTmp (RSA publicKey, string title)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: RSA PublicKey { public get; public set; }
- Property: string Title { public get; public set; }
|
| System.Windows.Forms TabControl () |
public class System.Windows.Forms.TabControl
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.TabControl
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): protected void UpdateBounds ()
- Method: protected void UpdateTabSelection (bool uiselected)
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: Point Padding { public get; public set; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event TabControlEventHandler Deselected
- Event: public event TabControlCancelEventHandler Deselecting
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event TabControlEventHandler Selected
- Event: public event TabControlCancelEventHandler Selecting
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method: public void DeselectTab (int index)
- Method: public void DeselectTab (string tabPageName)
- Method: public void DeselectTab (TabPage tabPage)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected virtual void OnDeselected (TabControlEventArgs e)
- Method: protected virtual void OnDeselecting (TabControlCancelEventArgs e)
- Method: protected override void OnEnter (EventArgs e)
- Method: protected override void OnLeave (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: protected virtual void OnSelected (TabControlEventArgs e)
- Method: protected virtual void OnSelecting (TabControlCancelEventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method: protected override void ScaleCore (float dx, float dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method: public void SelectTab (int index)
- Method: public void SelectTab (string tabPageName)
- Method: public void SelectTab (TabPage tabPage)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Method: protected void UpdateTabSelection (bool updateFocus)
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: new Point Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool RaiseEnterLeaveEventsForTabs { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| TabControlAction () |
| n/a
|
public sealed enum System.Windows.Forms.TabControlAction
                    Selecting = 0,
                    Selected = 1,
                    Deselecting = 2,
                    Deselected = 3,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms TabControlCancelEventArgs () |
| n/a
|
public class System.Windows.Forms.TabControlCancelEventArgs
|
| --> NONE <--
|
- Constructor: public TabControlCancelEventArgs (TabPage tabPage, int tabPageIndex, bool cancel, TabControlAction action)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: TabControlAction Action { public get; }
- Property: bool Cancel { public get; public set; }
- Property: TabPage TabPage { public get; }
- Property: int TabPageIndex { public get; }
|
| System.Windows.Forms TabControlCancelEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.TabControlCancelEventHandler
|
| --> NONE <--
|
- Constructor: public TabControlCancelEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, TabControlCancelEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, TabControlCancelEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms TabControlEventArgs () |
| n/a
|
public class System.Windows.Forms.TabControlEventArgs
|
| --> NONE <--
|
- Constructor: public TabControlEventArgs (TabPage tabPage, int tabPageIndex, TabControlAction action)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: TabControlAction Action { public get; }
- Property: TabPage TabPage { public get; }
- Property: int TabPageIndex { public get; }
|
| System.Windows.Forms TabControlEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.TabControlEventHandler
|
| --> NONE <--
|
- Constructor: public TabControlEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, TabControlEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, TabControlEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms TableLayoutControlCollection () |
| n/a
|
public class System.Windows.Forms.TableLayoutControlCollection
|
| --> NONE <--
|
- Constructor: public TableLayoutControlCollection (TableLayoutPanel container)
- Method (i): public virtual void Add (Control value)
- Method: public void Add (Control control, int x, int y)
- Method (i): public virtual void AddRange (Control[] controls)
- Method (i): public virtual void Clear ()
- Method (i): public bool Contains (Control control)
- Method (i): public virtual bool ContainsKey (string key)
- Method (i): public virtual void CopyTo (Array array, int index)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Control[] Find (string key, bool searchAllChildren)
- Method (i): public int GetChildIndex (Control child)
- Method (i): public int GetChildIndex (Control child, bool throwException)
- Method (i): public virtual IEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public int IndexOf (Control control)
- Method (i): public virtual int IndexOfKey (string key)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual void Remove (Control value)
- Method (i): public virtual void RemoveAt (int index)
- Method (i): public virtual void RemoveByKey (string key)
- Method (i): public void SetChildIndex (Control child, int newIndex)
- Method (i): public virtual string ToString ()
- Property: TableLayoutPanel Container { public get; }
- Property: virtual int Count { public get; }
- Property: virtual bool IsReadOnly { public get; }
- Property: Control Owner { public get; }
|
| System.Windows.Forms TableLayoutPanel () |
| n/a
|
public class System.Windows.Forms.TableLayoutPanel
|
| --> NONE <--
|
- Constructor: public TableLayoutPanel ()
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event PaintEventHandler PaintCell
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method: protected override ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method: public int GetColumn (Control control)
- Method: public int GetColumnSpan (Control control)
- Method (i): public IContainerControl GetContainerControl ()
- Method: public Control GetControlFromPosition (int col, int row)
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method: public int GetRow (Control control)
- Method: public int GetRowSpan (Control control)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected override void OnControlAdded (ControlEventArgs e)
- Method: protected override void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method: protected override void OnLayout (LayoutEventArgs levent)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs pevent)
- Method: protected virtual void OnPaintCell (PaintCellEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs eventargs)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method: protected override void ScaleCore (float dx, float dy)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method: protected override void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method: public void SetColumn (Control control, int col)
- Method: public void SetColumnSpan (Control control, int value)
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method: public void SetRow (Control control, int row)
- Method: public void SetRowSpan (Control control, int value)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): protected virtual void WndProc (Message m)
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: new BorderStyle BorderStyle { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: TableLayoutPanelCellBorderStyle CellBorderStyle { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: int ColumnCount { public get; public set; }
- Property: ColumnStyleCollection ColumnStyles { public get; }
- Property: Int32[] ColumnWidths { public get; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: new TableLayoutControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: virtual Color ForeColor { public get; public set; }
- Property: TableLayoutPanelGrowStyle GrowStyle { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: override LayoutEngine LayoutEngine { public get; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: int RowCount { public get; public set; }
- Property: Int32[] RowHeights { public get; }
- Property: RowStyleCollection RowStyles { public get; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| TableLayoutPanelCellBorderStyle () |
| n/a
|
public sealed enum System.Windows.Forms.TableLayoutPanelCellBorderStyle
                    NotSet = 0,
                    None = 1,
                    Single = 2,
                    Inset = 3,
                    InsetDouble = 4,
                    Outset = 5,
                    OutsetDouble = 6,
                    OutsetPartial = 7,
|
| --> NONE <--
|
--> NONE <--
|
| TableLayoutPanelGrowStyle () |
| n/a
|
public sealed enum System.Windows.Forms.TableLayoutPanelGrowStyle
                    FixedSize = 0,
                    AddRows = 1,
                    AddColumns = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms TableLayoutSettings () |
| n/a
|
public class System.Windows.Forms.TableLayoutSettings
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Nested Type: public class ColumnStyleCollection
- Nested Type: public class RowStyleCollection
- Nested Type: public abstract class Style
- Nested Type: public abstract class StyleCollection
- Property: int ColumnCount { public get; public set; }
- Property: ColumnStyleCollection ColumnStyles { public get; }
- Property: TableLayoutPanelGrowStyle GrowStyle { public get; public set; }
- Property: override LayoutEngine LayoutEngine { public get; }
- Property: int RowCount { public get; public set; }
- Property: RowStyleCollection RowStyles { public get; }
|
| System.Windows.Forms TabPage () |
public class System.Windows.Forms.TabPage
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.TabPage
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs pevent)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: Point Location { public get; public set; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event ScrollEventHandler Scroll
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected override void OnEnter (EventArgs e)
- Method: protected override void OnLeave (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method: protected override void OnPaintBackground (PaintEventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool EnableVisualStyleBackground { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: string ImageKey { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: new Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: override Size MaximumSize { public get; public set; }
- Property: override Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: new Size PreferredSize { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
|
| System.Windows.Forms TabRenderer () |
| n/a
|
public sealed class System.Windows.Forms.TabRenderer
|
| --> NONE <--
|
- Method: public static void DrawTabItem (Graphics g, Rectangle bounds, bool focused, TabItemState state)
- Method: public static void DrawTabItem (Graphics g, Rectangle bounds, string tabItemText, Font font, bool focused, TabItemState state)
- Method: public static void DrawTabItem (Graphics g, Rectangle bounds, string tabItemText, Font font, Image image, Rectangle imageRectangle, bool focused, TabItemState state)
- Method: public static void DrawTabItem (Graphics g, Rectangle bounds, string tabItemText, Font font, TextFormatFlags flags, bool focused, TabItemState state)
- Method: public static void DrawTabItem (Graphics g, Rectangle bounds, string tabItemText, Font font, TextFormatFlags flags, Image image, Rectangle imageRectangle, bool focused, TabItemState state)
- Method: public static void DrawTabItem (Graphics g, Rectangle bounds, string tabItemText, Font font, TabItemState state)
- Method: public static void DrawTabItem (Graphics g, Rectangle bounds, Image image, Rectangle imageRectangle, bool focused, TabItemState state)
- Method: public static void DrawTabItem (Graphics g, Rectangle bounds, TabItemState state)
- Method: public static void DrawTabPage (Graphics g, Rectangle bounds)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static bool IsSupported { public get; }
|
| System.Windows.Forms TextBox () |
public class System.Windows.Forms.TextBox
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.TextBox
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: virtual bool Multiline { public get; public set; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): public void DeselectAll ()
- Method: protected override void Dispose (bool disposing)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual char GetCharFromPosition (Point pt)
- Method (i): public virtual int GetCharIndexFromPosition (Point pt)
- Method (i): public int GetFirstCharIndexFromLine (int lineNum)
- Method (i): public int GetFirstCharIndexOfCurrentLine ()
- Method (i): public virtual int GetLineFromCharIndex (int index)
- Method (i): public virtual Point GetPositionFromCharIndex (int index)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: protected override bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: AutoCompleteStringCollection AutoCompleteCustomSource { public get; public set; }
- Property: AutoCompleteMode AutoCompleteMode { public get; public set; }
- Property: AutoCompleteSource AutoCompleteSource { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: override bool Multiline { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: virtual bool ShortcutsEnabled { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseSystemPasswordChar { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms TextBoxBase () |
public abstract class System.Windows.Forms.TextBoxBase
(Please hover your mouse over the type to see the inheritance signatures) |
public abstract class System.Windows.Forms.TextBoxBase
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: virtual bool AutoSize { public get; public set; }
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method: public void DeselectAll ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method: public virtual char GetCharFromPosition (Point pt)
- Method: public virtual int GetCharIndexFromPosition (Point pt)
- Method: public int GetFirstCharIndexFromLine (int lineNum)
- Method: public int GetFirstCharIndexOfCurrentLine ()
- Method: public virtual int GetLineFromCharIndex (int index)
- Method: public virtual Point GetPositionFromCharIndex (int index)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method: protected override void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: protected override void OnTextChanged (EventArgs e)
- Method: protected override bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: override bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected override Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: virtual bool ShortcutsEnabled { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms TextBoxRenderer () |
| n/a
|
public sealed class System.Windows.Forms.TextBoxRenderer
|
| --> NONE <--
|
- Method: public static void DrawTextBox (Graphics g, Rectangle bounds, string textBoxText, Font font, Rectangle textBounds, TextFormatFlags flags, TextBoxState state)
- Method: public static void DrawTextBox (Graphics g, Rectangle bounds, string textBoxText, Font font, Rectangle textBounds, TextBoxState state)
- Method: public static void DrawTextBox (Graphics g, Rectangle bounds, string textBoxText, Font font, TextFormatFlags flags, TextBoxState state)
- Method: public static void DrawTextBox (Graphics g, Rectangle bounds, string textBoxText, Font font, TextBoxState state)
- Method: public static void DrawTextBox (Graphics g, Rectangle bounds, TextBoxState state)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static bool IsSupported { public get; }
|
| TextDataFormat () |
| n/a
|
public sealed enum System.Windows.Forms.TextDataFormat
                    UnicodeText = 0,
                    Rtf = 1,
                    Html = 2,
                    CommaSeparatedValue = 3,
|
| --> NONE <--
|
--> NONE <--
|
| TextFormatFlags () |
| n/a
|
public sealed enum System.Windows.Forms.TextFormatFlags
                    Default = 0,
                    Top = 0,
                    Left = 0,
                    HorizontalCenter = 1,
                    Right = 2,
                    VerticalCenter = 4,
                    Bottom = 8,
                    WordBreak = 16,
                    SingleLine = 32,
                    ExpandTabs = 64,
                    TabStop = 128,
                    NoClipping = 256,
                    ExternalLeading = 512,
                    CalculateRectangle = 1024,
                    NoPrefix = 2048,
                    Internal = 4096,
                    TextBoxControl = 8192,
                    PathEllipsis = 16384,
                    EndEllipsis = 32768,
                    ModifyString = 65536,
                    RightToLeft = 131072,
                    WordEllipsis = 262144,
                    NoFullWidthCharacterBreak = 524288,
                    HidePrefix = 1048576,
                    PrefixOnly = 2097152,
                    PreserveGraphicsClipping = 16777216,
                    PreserveGraphicsTranslateTransform = 33554432,
|
| --> NONE <--
|
--> NONE <--
|
| TextImageRelation () |
| n/a
|
public sealed enum System.Windows.Forms.TextImageRelation
                    Overlay = 0,
                    ImageAboveText = 1,
                    TextAboveImage = 2,
                    ImageBeforeText = 4,
                    TextBeforeImage = 8,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms TextRenderer () |
| n/a
|
public sealed class System.Windows.Forms.TextRenderer
|
| --> NONE <--
|
- Method: public static void DrawText (IDeviceContext dc, string text, Font font, Point pt, Color foreColor)
- Method: public static void DrawText (IDeviceContext dc, string text, Font font, Point pt, Color foreColor, Color backColor)
- Method: public static void DrawText (IDeviceContext dc, string text, Font font, Point pt, Color foreColor, Color backColor, TextFormatFlags flags)
- Method: public static void DrawText (IDeviceContext dc, string text, Font font, Point pt, Color foreColor, TextFormatFlags flags)
- Method: public static void DrawText (IDeviceContext dc, string text, Font font, Rectangle bounds, Color foreColor)
- Method: public static void DrawText (IDeviceContext dc, string text, Font font, Rectangle bounds, Color foreColor, Color backColor)
- Method: public static void DrawText (IDeviceContext dc, string text, Font font, Rectangle bounds, Color foreColor, Color backColor, TextFormatFlags flags)
- Method: public static void DrawText (IDeviceContext dc, string text, Font font, Rectangle bounds, Color color, TextFormatFlags flags)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public static Size MeasureText (string text, Font font)
- Method: public static Size MeasureText (string text, Font font, Size proposedSize)
- Method: public static Size MeasureText (string text, Font font, Size proposedSize, TextFormatFlags flags)
- Method: public static Size MeasureText (IDeviceContext dc, string text, Font font)
- Method: public static Size MeasureText (IDeviceContext dc, string text, Font font, Size proposedSize)
- Method: public static Size MeasureText (IDeviceContext dc, string text, Font font, Size proposedSize, TextFormatFlags flags)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
| System.Windows.Forms ThreadExceptionDialog () |
public class System.Windows.Forms.ThreadExceptionDialog
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.ThreadExceptionDialog
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: Size MaximumSize { public get; public set; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler AutoValidateChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event FormClosedEventHandler FormClosed
- Event: public event FormClosingEventHandler FormClosing
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event ScrollEventHandler Scroll
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): public void Flash ()
- Method (i): public void Flash (int flashRate, FlashWindow flashWhat, bool continuousUntilActivated)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnAutoValidateChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnFormClosed (FormClosedEventArgs e)
- Method (i): protected virtual void OnFormClosing (FormClosingEventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Show (IWin32Window owner)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void StopFlash ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): public bool Validate (bool checkAutoValidate)
- Method (i): public virtual bool ValidateAll ()
- Method (i): public virtual bool ValidateAll (ValidateFlags flags)
- Property: bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual AutoValidate AutoValidate { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: Rectangle RestoreBounds { public get; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
|
| public class System.Windows.Forms.Timer () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: object Tag { public get; public set; }
|
| System.Windows.Forms ToolBar () |
public class System.Windows.Forms.ToolBar
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.ToolBar
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): protected void UpdateBounds ()
- Property: bool AutoSize { public get; public set; }
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method: protected override void ScaleCore (float dx, float dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: override bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| public class System.Windows.Forms.ToolBarButton () |
- Method (i): protected object MemberwiseClone ()
|
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: protected virtual bool CanRaiseEvents { }
- Property: string ImageKey { public get; public set; }
- Property: string Name { public get; public set; }
|
| System.Windows.Forms ToolStrip () |
| n/a
|
public class System.Windows.Forms.ToolStrip
|
| --> NONE <--
|
- Constructor: public ToolStrip ()
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BeginRaft
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler EndRaft
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event ToolStripItemEventHandler ItemAdded
- Event: public event ToolStripItemClickedEventHandler ItemClicked
- Event: public event ToolStripItemEventHandler ItemRemoved
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler LayoutCompleted
- Event: public event EventHandler LayoutStyleChanged
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event PaintEventHandler PaintGrip
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler RendererChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public bool Contains (Control ctl)
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method: protected override ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method: protected virtual LayoutSettings CreateLayoutSettings (ToolStripLayoutStyle layoutStyle)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method: public ToolStripItem GetItemAt (int x, int y)
- Method: public ToolStripItem GetItemAt (Point point)
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method: public ToolStripItem GetNextItem (ToolStripItem start, Direction direction)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method: protected override bool IsInputChar (char charCode)
- Method: protected override bool IsInputKey (Keys keyData)
- Method: public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method: protected virtual void OnBeginRaft (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method: protected override void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method: protected override void OnEnabledChanged (EventArgs e)
- Method: protected virtual void OnEndRaft (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method: protected override void OnHandleCreated (EventArgs e)
- Method: protected override void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method: ProtectedInternal virtual void OnItemAdded (ToolStripItemEventArgs e)
- Method: protected virtual void OnItemClicked (ToolStripItemClickedEventArgs e)
- Method: ProtectedInternal virtual void OnItemRemoved (ToolStripItemEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method: protected override void OnLayout (LayoutEventArgs e)
- Method: protected virtual void OnLayoutCompleted (EventArgs e)
- Method: protected virtual void OnLayoutStyleChanged (EventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method: protected override void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method: protected override void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method: protected override void OnMouseDown (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method: protected override void OnMouseLeave (EventArgs e)
- Method: protected override void OnMouseMove (MouseEventArgs mea)
- Method: protected override void OnMouseUp (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method: protected override void OnPaintBackground (PaintEventArgs e)
- Method: ProtectedInternal virtual void OnPaintGrip (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method: protected override void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method: protected virtual void OnRendererChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: protected override void OnRightToLeftChanged (EventArgs e)
- Method: protected override void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method: protected override void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method: protected override bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method: protected override bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method: ProtectedInternal override bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method: public override void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method: public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method: public void ResetMinimumSize ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method: public virtual void SaveComponentSettings ()
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method: protected override void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method: protected virtual void SetDisplayedItems ()
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method: ProtectedInternal void SetItemLocation (ToolStripItem item, Point location)
- Method: protected static void SetItemParent (ToolStripItem item, ToolStrip parent)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method: protected override void SetVisibleCore (bool visible)
- Method (i): public void Show ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method: protected override void WndProc (Message m)
- Nested Type: public class ToolStripAccessibleObject
- Nested Type: public class ToolStripApplicationSettings
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: override bool AllowDrop { public get; public set; }
- Property: bool AllowItemReorder { public get; public set; }
- Property: bool AllowMerge { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: override bool AutoSize { public get; public set; }
- Property: new Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: override BindingContext BindingContext { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: bool CanOverflow { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: new bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: new ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: override Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual DockStyle DefaultDock { }
- Property: virtual ToolStripDropDownDirection DefaultDropDownDirection { public get; public set; }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected override Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual RaftingSides DefaultRaft { }
- Property: protected virtual bool DefaultShowItemToolTips { }
- Property: protected override Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual ToolStripItemCollection DisplayedItems { }
- Property: override Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: override DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: override Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: new Color ForeColor { public get; public set; }
- Property: ToolStripGripDisplayStyle GripDisplayStyle { public get; }
- Property: Padding GripMargin { public get; public set; }
- Property: Rectangle GripRectangle { public get; }
- Property: ToolStripGripStyle GripStyle { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: new bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: ImageList ImageList { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: virtual bool IsCurrentlyRafting { public get; }
- Property: bool IsDisposed { public get; }
- Property: bool IsDropDown { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: virtual ToolStripItemCollection Items { public get; }
- Property: override LayoutEngine LayoutEngine { public get; }
- Property: LayoutSettings LayoutSettings { public get; public set; }
- Property: ToolStripLayoutStyle LayoutStyle { public get; public set; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: ProtectedInternal virtual Size MaxItemSize { }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Orientation Orientation { public get; }
- Property: ToolStripOverflowButton OverflowButton { public get; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: virtual RaftingSides Raft { public get; public set; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- Property: ToolStripRenderer Renderer { public get; public set; }
- Property: ToolStripRenderMode RenderMode { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: bool ShowItemToolTips { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: virtual bool Stretch { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: new bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| System.Windows.Forms ToolStripArrowRenderEventArgs () |
| n/a
|
public class System.Windows.Forms.ToolStripArrowRenderEventArgs
|
| --> NONE <--
|
- Constructor: public ToolStripArrowRenderEventArgs (Graphics g, ToolStripItem toolStripItem, Rectangle arrowRectangle, Color arrowColor, Direction arrowDirection)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Color ArrowColor { public get; public set; }
- Property: Rectangle ArrowRectangle { public get; public set; }
- Property: Direction Direction { public get; public set; }
- Property: Graphics Graphics { public get; }
- Property: ToolStripItem Item { public get; }
|
| System.Windows.Forms ToolStripArrowRenderEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ToolStripArrowRenderEventHandler
|
| --> NONE <--
|
- Constructor: public ToolStripArrowRenderEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ToolStripArrowRenderEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ToolStripArrowRenderEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms ToolStripButton () |
| n/a
|
public class System.Windows.Forms.ToolStripButton
|
| --> NONE <--
|
- Constructor: public ToolStripButton ()
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler CheckedChanged
- Event: public event EventHandler CheckStateChanged
- Event: public event EventHandler Click
- Event: public event EventHandler DisplayStyleChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler LocationChanged
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event EventHandler OwnerChanged
- Event: public event PaintEventHandler Paint
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler VisibleChanged
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public ToolStrip GetCurrentParent ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public virtual Size GetPreferredSize (Size constrainingSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (Rectangle r)
- Method (i): ProtectedInternal virtual bool IsInputChar (char charCode)
- Method (i): ProtectedInternal virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBoundsChanged ()
- Method: protected virtual void OnCheckedChanged (EventArgs e)
- Method: protected virtual void OnCheckStateChanged (EventArgs e)
- Method: protected override void OnClick (EventArgs e)
- Method (i): protected virtual void OnDisplayStyleChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs dragEvent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs giveFeedbackEvent)
- Method (i): ProtectedInternal virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnOwnerChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (ToolStrip oldParent, ToolStrip newParent)
- Method (i): ProtectedInternal virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs queryContinueDragEvent)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformClick ()
- Method (i): ProtectedInternal virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessDialogKey (Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public virtual void ResetImage ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetTextDirection ()
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Select ()
- Method (i): ProtectedInternal virtual void SetBounds (Rectangle bounds)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public virtual string ToString ()
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: ToolStripItemAlignment Alignment { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: AnchorStyles Anchor { public get; public set; }
- Property: bool AutoSize { public get; public set; }
- Property: new bool AutoToolTip { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: override bool CanSelect { public get; }
- Property: bool Checked { public get; public set; }
- Property: bool CheckOnClick { public get; public set; }
- Property: CheckState CheckState { public get; public set; }
- Property: IContainer Container { public get; }
- Property: Rectangle ContentRectangle { public get; }
- Property: protected override bool DefaultAutoToolTip { }
- Property: ProtectedInternal virtual Padding DefaultMargin { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual bool DismissWhenClicked { }
- Property: ToolStripItemDisplayStyle DisplayStyle { public get; public set; }
- Property: DockStyle Dock { public get; public set; }
- Property: bool DoubleClickEnabled { public get; public set; }
- Property: virtual bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual Font Font { public get; public set; }
- Property: virtual Color ForeColor { public get; public set; }
- Property: int Height { public get; public set; }
- Property: virtual Image Image { public get; public set; }
- Property: ContentAlignment ImageAlign { public get; public set; }
- Property: int ImageIndex { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: ToolStripItemImageScaling ImageScaling { public get; public set; }
- Property: Color ImageTransparentColor { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsOnDropDown { public get; }
- Property: Padding Margin { public get; public set; }
- Property: MergeAction MergeAction { public get; public set; }
- Property: int MergeIndex { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ToolStripItemOverflow Overflow { public get; public set; }
- Property: ToolStrip Owner { public get; public set; }
- Property: virtual Padding Padding { public get; public set; }
- Property: ProtectedInternal ToolStrip Parent { }
- Property: ToolStripItemPlacement Placement { public get; }
- Property: virtual bool Pressed { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual bool Selected { public get; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: virtual Size Size { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ContentAlignment TextAlign { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms ToolStripComboBox () |
| n/a
|
public class System.Windows.Forms.ToolStripComboBox
|
| --> NONE <--
|
- Constructor: public ToolStripComboBox ()
- Constructor: public ToolStripComboBox (Control c)
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler Click
- Event: public event EventHandler DisplayStyleChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler DropDown
- Event: public event EventHandler DropDownStyleChanged
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event EventHandler OwnerChanged
- Event: public event PaintEventHandler Paint
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler SelectedIndexChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler TextUpdate
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method: public void BeginUpdate ()
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method: public void EndUpdate ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public int FindString (string s)
- Method: public int FindString (string s, int startIndex)
- Method: public int FindStringExact (string s)
- Method: public int FindStringExact (string s, int startIndex)
- Method (i): public void Focus ()
- Method (i): public ToolStrip GetCurrentParent ()
- Method (i): public virtual int GetHashCode ()
- Method: public int GetItemHeight (int index)
- Method (i): public virtual object GetLifetimeService ()
- Method: public override Size GetPreferredSize (Size constrainingSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (Rectangle r)
- Method (i): ProtectedInternal virtual bool IsInputChar (char charCode)
- Method (i): ProtectedInternal virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBoundsChanged ()
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnDisplayStyleChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs dragEvent)
- Method: protected virtual void OnDropDown (EventArgs e)
- Method: protected virtual void OnDropDownStyleChanged (EventArgs e)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs giveFeedbackEvent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHostedControlResize (EventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): ProtectedInternal virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnOwnerChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (ToolStrip oldParent, ToolStrip newParent)
- Method (i): ProtectedInternal virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs queryContinueDragEvent)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method: protected virtual void OnSelectedIndexChanged (EventArgs e)
- Method: protected virtual void OnSelectionChangeCommitted (EventArgs e)
- Method: protected override void OnSubscribeControlEvents (Control control)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method: protected virtual void OnTextUpdate (EventArgs e)
- Method: protected override void OnUnsubscribeControlEvents (Control control)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformClick ()
- Method (i): ProtectedInternal virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessDialogKey (Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public virtual void ResetImage ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetTextDirection ()
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Select ()
- Method: public void Select (int start, int length)
- Method: public void SelectAll ()
- Method (i): ProtectedInternal virtual void SetBounds (Rectangle bounds)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public virtual string ToString ()
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: ToolStripItemAlignment Alignment { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: AnchorStyles Anchor { public get; public set; }
- Property: AutoCompleteStringCollection AutoCompleteCustomSource { public get; public set; }
- Property: AutoCompleteMode AutoCompleteMode { public get; public set; }
- Property: AutoCompleteSource AutoCompleteSource { public get; public set; }
- Property: bool AutoSize { public get; public set; }
- Property: bool AutoToolTip { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual bool CanSelect { public get; }
- Property: bool CausesValidation { public get; public set; }
- Property: ComboBox ComboBox { public get; }
- Property: IContainer Container { public get; }
- Property: Rectangle ContentRectangle { public get; }
- Property: Control Control { public get; }
- Property: ContentAlignment ControlAlign { public get; public set; }
- Property: protected virtual bool DefaultAutoToolTip { }
- Property: ProtectedInternal override Padding DefaultMargin { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual bool DismissWhenClicked { }
- Property: ToolStripItemDisplayStyle DisplayStyle { public get; public set; }
- Property: DockStyle Dock { public get; public set; }
- Property: bool DoubleClickEnabled { public get; public set; }
- Property: int DropDownHeight { public get; public set; }
- Property: ComboBoxStyle DropDownStyle { public get; public set; }
- Property: int DropDownWidth { public get; public set; }
- Property: bool DroppedDown { public get; public set; }
- Property: virtual bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: FlatStyle FlatStyle { public get; public set; }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: virtual Color ForeColor { public get; public set; }
- Property: int Height { public get; public set; }
- Property: virtual Image Image { public get; public set; }
- Property: ContentAlignment ImageAlign { public get; public set; }
- Property: int ImageIndex { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: ToolStripItemImageScaling ImageScaling { public get; public set; }
- Property: Color ImageTransparentColor { public get; public set; }
- Property: bool IntegralHeight { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsOnDropDown { public get; }
- Property: ObjectCollection Items { public get; }
- Property: Padding Margin { public get; public set; }
- Property: int MaxDropDownItems { public get; public set; }
- Property: int MaxLength { public get; }
- Property: MergeAction MergeAction { public get; public set; }
- Property: int MergeIndex { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ToolStripItemOverflow Overflow { public get; public set; }
- Property: ToolStrip Owner { public get; public set; }
- Property: virtual Padding Padding { public get; public set; }
- Property: ProtectedInternal ToolStrip Parent { }
- Property: ToolStripItemPlacement Placement { public get; }
- Property: virtual bool Pressed { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual bool Selected { public get; }
- Property: int SelectedIndex { public get; public set; }
- Property: object SelectedItem { public get; public set; }
- Property: string SelectedText { public get; public set; }
- Property: int SelectionLength { public get; public set; }
- Property: int SelectionStart { public get; public set; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: virtual Size Size { public get; public set; }
- Property: bool Sorted { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: ContentAlignment TextAlign { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms ToolStripControlHost () |
| n/a
|
public class System.Windows.Forms.ToolStripControlHost
|
| --> NONE <--
|
- Constructor: public ToolStripControlHost (Control c)
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler Click
- Event: public event EventHandler DisplayStyleChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event EventHandler OwnerChanged
- Event: public event PaintEventHandler Paint
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public virtual DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public void Focus ()
- Method (i): public ToolStrip GetCurrentParent ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method: public override Size GetPreferredSize (Size constrainingSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (Rectangle r)
- Method (i): ProtectedInternal virtual bool IsInputChar (char charCode)
- Method (i): ProtectedInternal virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method: protected override void OnBoundsChanged ()
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnDisplayStyleChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs dragEvent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method: protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs giveFeedbackEvent)
- Method: protected virtual void OnGotFocus (EventArgs e)
- Method: protected virtual void OnHostedControlResize (EventArgs e)
- Method: protected virtual void OnKeyDown (KeyEventArgs e)
- Method: protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method: protected virtual void OnKeyUp (KeyEventArgs e)
- Method: ProtectedInternal override void OnLayout (LayoutEventArgs e)
- Method: protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method: protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnOwnerChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method: protected override void OnParentChanged (ToolStrip oldParent, ToolStrip newParent)
- Method (i): ProtectedInternal virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs queryContinueDragEvent)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method: protected virtual void OnSubscribeControlEvents (Control control)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method: protected virtual void OnUnsubscribeControlEvents (Control control)
- Method: protected virtual void OnValidated (EventArgs e)
- Method: protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformClick ()
- Method: ProtectedInternal override bool ProcessCmdKey (Message m, Keys keyData)
- Method: ProtectedInternal override bool ProcessDialogKey (Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method: public override void ResetBackColor ()
- Method (i): public virtual void ResetComponentSettings ()
- Method: public override void ResetForeColor ()
- Method (i): public virtual void ResetImage ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetTextDirection ()
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Select ()
- Method (i): ProtectedInternal virtual void SetBounds (Rectangle bounds)
- Method: protected override void SetVisibleCore (bool visible)
- Method (i): public virtual string ToString ()
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: ToolStripItemAlignment Alignment { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: AnchorStyles Anchor { public get; public set; }
- Property: bool AutoSize { public get; public set; }
- Property: bool AutoToolTip { public get; public set; }
- Property: override Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: override bool CanSelect { public get; }
- Property: bool CausesValidation { public get; public set; }
- Property: IContainer Container { public get; }
- Property: Rectangle ContentRectangle { public get; }
- Property: Control Control { public get; }
- Property: ContentAlignment ControlAlign { public get; public set; }
- Property: protected virtual bool DefaultAutoToolTip { }
- Property: ProtectedInternal virtual Padding DefaultMargin { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual bool DismissWhenClicked { }
- Property: new ToolStripItemDisplayStyle DisplayStyle { public get; public set; }
- Property: DockStyle Dock { public get; public set; }
- Property: new bool DoubleClickEnabled { public get; public set; }
- Property: override bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: override Font Font { public get; public set; }
- Property: override Color ForeColor { public get; public set; }
- Property: int Height { public get; public set; }
- Property: virtual Image Image { public get; public set; }
- Property: ContentAlignment ImageAlign { public get; public set; }
- Property: int ImageIndex { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: ToolStripItemImageScaling ImageScaling { public get; public set; }
- Property: Color ImageTransparentColor { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsOnDropDown { public get; }
- Property: Padding Margin { public get; public set; }
- Property: MergeAction MergeAction { public get; public set; }
- Property: int MergeIndex { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ToolStripItemOverflow Overflow { public get; public set; }
- Property: ToolStrip Owner { public get; public set; }
- Property: virtual Padding Padding { public get; public set; }
- Property: ProtectedInternal ToolStrip Parent { }
- Property: ToolStripItemPlacement Placement { public get; }
- Property: virtual bool Pressed { public get; }
- Property: override RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: override bool Selected { public get; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: virtual Size Size { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: override string Text { public get; public set; }
- Property: new ContentAlignment TextAlign { public get; public set; }
- Property: override ToolStripTextDirection TextDirection { public get; public set; }
- Property: new TextImageRelation TextImageRelation { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms ToolStripDropDown () |
| n/a
|
public class System.Windows.Forms.ToolStripDropDown
|
| --> NONE <--
|
- Constructor: public ToolStripDropDown ()
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BeginRaft
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event ToolStripDropDownClosedEventHandler Closed
- Event: public event ToolStripDropDownClosingEventHandler Closing
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler EndRaft
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event ToolStripItemEventHandler ItemAdded
- Event: public event ToolStripItemClickedEventHandler ItemClicked
- Event: public event ToolStripItemEventHandler ItemRemoved
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler LayoutCompleted
- Event: public event EventHandler LayoutStyleChanged
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler Opened
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event PaintEventHandler PaintGrip
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler RendererChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method: public void Close ()
- Method: public void Close (ToolStripDropDownCloseReason reason)
- Method (i): public bool Contains (Control ctl)
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method: protected override void CreateHandle ()
- Method: protected override LayoutSettings CreateLayoutSettings (ToolStripLayoutStyle style)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public ToolStripItem GetItemAt (int x, int y)
- Method (i): public ToolStripItem GetItemAt (Point point)
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public ToolStripItem GetNextItem (ToolStripItem start, Direction direction)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBeginRaft (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method: protected virtual void OnClosed (ToolStripDropDownClosedEventArgs e)
- Method: protected virtual void OnClosing (ToolStripDropDownClosingEventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEndRaft (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method: protected override void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method: ProtectedInternal override void OnItemAdded (ToolStripItemEventArgs e)
- Method: protected override void OnItemClicked (ToolStripItemClickedEventArgs e)
- Method: ProtectedInternal override void OnItemRemoved (ToolStripItemEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method: protected override void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLayoutCompleted (EventArgs e)
- Method (i): protected virtual void OnLayoutStyleChanged (EventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method: protected virtual void OnOpened (EventArgs e)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs e)
- Method (i): ProtectedInternal virtual void OnPaintGrip (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method: protected override void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnRendererChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method: protected override void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method: protected override bool ProcessDialogChar (char charCode)
- Method: protected override bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): public void ResetMinimumSize ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method: protected override void ScaleCore (float x, float y)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method: protected override void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method: protected override void SetDisplayedItems ()
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method (i): ProtectedInternal void SetItemLocation (ToolStripItem item, Point location)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method: protected override void SetVisibleCore (bool visible)
- Method (i): public void Show ()
- Method: public void Show (int x, int y)
- Method: public void Show (Point screenLocation)
- Method: public void Show (Control control, int x, int y)
- Method: public void Show (Control control, Point position)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method: protected override void WndProc (Message m)
- Nested Type: public class ToolStripDropDownAccessibleObject
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: bool AllowItemReorder { public get; public set; }
- Property: bool AllowMerge { public get; public set; }
- Property: bool AllowTransparency { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: bool AutoClose { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: override bool AutoSize { public get; public set; }
- Property: Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: new bool CanOverflow { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: new ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected override CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected override DockStyle DefaultDock { }
- Property: override ToolStripDropDownDirection DefaultDropDownDirection { public get; public set; }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected override Padding DefaultPadding { }
- Property: protected override RaftingSides DefaultRaft { }
- Property: protected override bool DefaultShowItemToolTips { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual ToolStripItemCollection DisplayedItems { }
- Property: override Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: override DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool DropShadowEnabled { public get; public set; }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: Color ForeColor { public get; public set; }
- Property: ToolStripGripDisplayStyle GripDisplayStyle { public get; }
- Property: Padding GripMargin { public get; public set; }
- Property: Rectangle GripRectangle { public get; }
- Property: new ToolStripGripStyle GripStyle { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: ImageList ImageList { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsAutoGenerated { public get; }
- Property: virtual bool IsCurrentlyRafting { public get; }
- Property: bool IsDisposed { public get; }
- Property: bool IsDropDown { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: virtual ToolStripItemCollection Items { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: LayoutSettings LayoutSettings { public get; public set; }
- Property: ToolStripLayoutStyle LayoutStyle { public get; public set; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: ProtectedInternal override Size MaxItemSize { }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Orientation Orientation { public get; }
- Property: ToolStripOverflowButton OverflowButton { public get; }
- Property: ToolStripItem OwnerItem { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: int PreferredWidth { public get; public set; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: new RaftingSides Raft { public get; public set; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- Property: ToolStripRenderer Renderer { public get; public set; }
- Property: ToolStripRenderMode RenderMode { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: override RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: bool ShowItemToolTips { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: virtual bool Stretch { public get; public set; }
- Property: new int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: int Top { public get; public set; }
- Property: bool TopLevel { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: new bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| System.Windows.Forms ToolStripDropDownButton () |
| n/a
|
public class System.Windows.Forms.ToolStripDropDownButton
|
| --> NONE <--
|
- Constructor: public ToolStripDropDownButton ()
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler Click
- Event: public event EventHandler DisplayStyleChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler DropDownClosed
- Event: public event ToolStripItemClickedEventHandler DropDownItemClicked
- Event: public event EventHandler DropDownOpened
- Event: public event EventHandler DropDownOpening
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler LocationChanged
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event EventHandler OwnerChanged
- Event: public event PaintEventHandler Paint
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler VisibleChanged
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method: protected override ToolStripDropDown CreateDefaultDropDown ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public ToolStrip GetCurrentParent ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public virtual Size GetPreferredSize (Size constrainingSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public void HideDropDown ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (Rectangle r)
- Method (i): ProtectedInternal virtual bool IsInputChar (char charCode)
- Method (i): ProtectedInternal virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBoundsChanged ()
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnDisplayStyleChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs dragEvent)
- Method (i): ProtectedInternal virtual void OnDropDownClosed (EventArgs e)
- Method (i): protected virtual void OnDropDownHide (EventArgs e)
- Method (i): ProtectedInternal virtual void OnDropDownItemClicked (ToolStripItemClickedEventArgs e)
- Method (i): ProtectedInternal virtual void OnDropDownOpened (EventArgs e)
- Method (i): protected virtual void OnDropDownShow (EventArgs e)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs giveFeedbackEvent)
- Method (i): ProtectedInternal virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method: protected override void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnOwnerChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (ToolStrip oldParent, ToolStrip newParent)
- Method (i): ProtectedInternal virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs queryContinueDragEvent)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformClick ()
- Method (i): ProtectedInternal virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessDialogKey (Keys keyData)
- Method: ProtectedInternal override bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public virtual void ResetImage ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetTextDirection ()
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Select ()
- Method (i): ProtectedInternal virtual void SetBounds (Rectangle bounds)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public void ShowDropDown ()
- Method (i): public virtual string ToString ()
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: ToolStripItemAlignment Alignment { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: AnchorStyles Anchor { public get; public set; }
- Property: bool AutoSize { public get; public set; }
- Property: new bool AutoToolTip { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual bool CanSelect { public get; }
- Property: IContainer Container { public get; }
- Property: Rectangle ContentRectangle { public get; }
- Property: protected override bool DefaultAutoToolTip { }
- Property: ProtectedInternal virtual Padding DefaultMargin { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual bool DismissWhenClicked { }
- Property: ToolStripItemDisplayStyle DisplayStyle { public get; public set; }
- Property: DockStyle Dock { public get; public set; }
- Property: bool DoubleClickEnabled { public get; public set; }
- Property: ToolStripDropDown DropDown { public get; public set; }
- Property: ToolStripDropDownDirection DropDownDirection { public get; public set; }
- Property: ToolStripItemCollection DropDownItems { public get; }
- Property: ProtectedInternal virtual Point DropDownLocation { }
- Property: virtual bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual Font Font { public get; public set; }
- Property: virtual Color ForeColor { public get; public set; }
- Property: virtual bool HasDropDownItems { public get; }
- Property: int Height { public get; public set; }
- Property: virtual Image Image { public get; public set; }
- Property: ContentAlignment ImageAlign { public get; public set; }
- Property: int ImageIndex { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: ToolStripItemImageScaling ImageScaling { public get; public set; }
- Property: Color ImageTransparentColor { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsOnDropDown { public get; }
- Property: Padding Margin { public get; public set; }
- Property: MergeAction MergeAction { public get; public set; }
- Property: int MergeIndex { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ToolStripItemOverflow Overflow { public get; public set; }
- Property: ToolStrip Owner { public get; public set; }
- Property: virtual Padding Padding { public get; public set; }
- Property: ProtectedInternal ToolStrip Parent { }
- Property: ToolStripItemPlacement Placement { public get; }
- Property: virtual bool Pressed { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual bool Selected { public get; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: bool ShowDropDownArrow { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: virtual Size Size { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ContentAlignment TextAlign { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms ToolStripDropDownClosedEventArgs () |
| n/a
|
public class System.Windows.Forms.ToolStripDropDownClosedEventArgs
|
| --> NONE <--
|
- Constructor: public ToolStripDropDownClosedEventArgs (ToolStripDropDownCloseReason reason)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ToolStripDropDownCloseReason CloseReason { public get; }
|
| System.Windows.Forms ToolStripDropDownClosedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ToolStripDropDownClosedEventHandler
|
| --> NONE <--
|
- Constructor: public ToolStripDropDownClosedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ToolStripDropDownClosedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ToolStripDropDownClosedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| ToolStripDropDownCloseReason () |
| n/a
|
public sealed enum System.Windows.Forms.ToolStripDropDownCloseReason
                    AppFocusChange = 0,
                    ItemClicked = 1,
                    Keyboard = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ToolStripDropDownClosingEventArgs () |
| n/a
|
public class System.Windows.Forms.ToolStripDropDownClosingEventArgs
|
| --> NONE <--
|
- Constructor: public ToolStripDropDownClosingEventArgs (ToolStripDropDownCloseReason reason)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: ToolStripDropDownCloseReason CloseReason { public get; }
|
| System.Windows.Forms ToolStripDropDownClosingEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ToolStripDropDownClosingEventHandler
|
| --> NONE <--
|
- Constructor: public ToolStripDropDownClosingEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ToolStripDropDownClosingEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ToolStripDropDownClosingEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| ToolStripDropDownDirection () |
| n/a
|
public sealed enum System.Windows.Forms.ToolStripDropDownDirection
                    AboveLeft = 0,
                    AboveRight = 1,
                    BelowLeft = 2,
                    BelowRight = 3,
                    Left = 4,
                    Right = 5,
                    Default = 7,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ToolStripDropDownItem () |
| n/a
|
public class System.Windows.Forms.ToolStripDropDownItem
|
| --> NONE <--
|
- Constructor: protected ToolStripDropDownItem ()
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler Click
- Event: public event EventHandler DisplayStyleChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler DropDownClosed
- Event: public event ToolStripItemClickedEventHandler DropDownItemClicked
- Event: public event EventHandler DropDownOpened
- Event: public event EventHandler DropDownOpening
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler LocationChanged
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event EventHandler OwnerChanged
- Event: public event PaintEventHandler Paint
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler VisibleChanged
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method: protected virtual ToolStripDropDown CreateDefaultDropDown ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public virtual DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public ToolStrip GetCurrentParent ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public virtual Size GetPreferredSize (Size constrainingSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method: public void HideDropDown ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (Rectangle r)
- Method (i): ProtectedInternal virtual bool IsInputChar (char charCode)
- Method (i): ProtectedInternal virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBoundsChanged ()
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnDisplayStyleChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs dragEvent)
- Method: ProtectedInternal virtual void OnDropDownClosed (EventArgs e)
- Method: protected virtual void OnDropDownHide (EventArgs e)
- Method: ProtectedInternal virtual void OnDropDownItemClicked (ToolStripItemClickedEventArgs e)
- Method: ProtectedInternal virtual void OnDropDownOpened (EventArgs e)
- Method: protected virtual void OnDropDownShow (EventArgs e)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs giveFeedbackEvent)
- Method (i): ProtectedInternal virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnOwnerChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (ToolStrip oldParent, ToolStrip newParent)
- Method (i): ProtectedInternal virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs queryContinueDragEvent)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformClick ()
- Method: ProtectedInternal override bool ProcessCmdKey (Message m, Keys keyData)
- Method: ProtectedInternal override bool ProcessDialogKey (Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public virtual void ResetImage ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetTextDirection ()
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Select ()
- Method (i): ProtectedInternal virtual void SetBounds (Rectangle bounds)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method: public void ShowDropDown ()
- Method (i): public virtual string ToString ()
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: ToolStripItemAlignment Alignment { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: AnchorStyles Anchor { public get; public set; }
- Property: bool AutoSize { public get; public set; }
- Property: bool AutoToolTip { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual bool CanSelect { public get; }
- Property: IContainer Container { public get; }
- Property: Rectangle ContentRectangle { public get; }
- Property: protected virtual bool DefaultAutoToolTip { }
- Property: ProtectedInternal virtual Padding DefaultMargin { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual bool DismissWhenClicked { }
- Property: ToolStripItemDisplayStyle DisplayStyle { public get; public set; }
- Property: DockStyle Dock { public get; public set; }
- Property: bool DoubleClickEnabled { public get; public set; }
- Property: ToolStripDropDown DropDown { public get; public set; }
- Property: ToolStripDropDownDirection DropDownDirection { public get; public set; }
- Property: ToolStripItemCollection DropDownItems { public get; }
- Property: ProtectedInternal virtual Point DropDownLocation { }
- Property: virtual bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual Font Font { public get; public set; }
- Property: virtual Color ForeColor { public get; public set; }
- Property: virtual bool HasDropDownItems { public get; }
- Property: int Height { public get; public set; }
- Property: virtual Image Image { public get; public set; }
- Property: ContentAlignment ImageAlign { public get; public set; }
- Property: int ImageIndex { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: ToolStripItemImageScaling ImageScaling { public get; public set; }
- Property: Color ImageTransparentColor { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsOnDropDown { public get; }
- Property: Padding Margin { public get; public set; }
- Property: MergeAction MergeAction { public get; public set; }
- Property: int MergeIndex { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ToolStripItemOverflow Overflow { public get; public set; }
- Property: ToolStrip Owner { public get; public set; }
- Property: virtual Padding Padding { public get; public set; }
- Property: ProtectedInternal ToolStrip Parent { }
- Property: ToolStripItemPlacement Placement { public get; }
- Property: override bool Pressed { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual bool Selected { public get; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: virtual Size Size { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ContentAlignment TextAlign { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms ToolStripDropDownItemAccessibleObject () |
| n/a
|
public class System.Windows.Forms.ToolStripDropDownItemAccessibleObject
|
| --> NONE <--
|
- Constructor: public ToolStripDropDownItemAccessibleObject (ToolStripItem item)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method: public override void DoDefaultAction ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual AccessibleObject GetChild (int index)
- Method (i): public virtual int GetChildCount ()
- Method (i): public virtual AccessibleObject GetFocused ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual int GetHelpTopic (out string fileName)
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public virtual AccessibleObject GetSelected ()
- Method (i): public Type GetType ()
- Method (i): public virtual AccessibleObject HitTest (int x, int y)
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): public virtual AccessibleObject Navigate (AccessibleNavigation navdir)
- Method (i): public virtual void Select (AccessibleSelection flags)
- Method (i): public virtual string ToString ()
- Method (i): protected void UseStdAccessibleObjects (IntPtr handle)
- Method (i): protected void UseStdAccessibleObjects (IntPtr handle, int objid)
- Property: virtual Rectangle Bounds { public get; }
- Property: virtual string DefaultAction { public get; }
- Property: virtual string Description { public get; }
- Property: virtual string Help { public get; }
- Property: virtual string KeyboardShortcut { public get; }
- Property: virtual string Name { public get; public set; }
- Property: ToolStripItem Owner { public get; }
- Property: virtual AccessibleObject Parent { public get; }
- Property: override AccessibleRole Role { public get; }
- Property: virtual AccessibleStates State { public get; }
- Property: virtual string Value { public get; public set; }
|
| System.Windows.Forms ToolStripDropDownMenu () |
| n/a
|
public class System.Windows.Forms.ToolStripDropDownMenu
|
| --> NONE <--
|
- Constructor: public ToolStripDropDownMenu ()
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BeginRaft
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event ToolStripDropDownClosedEventHandler Closed
- Event: public event ToolStripDropDownClosingEventHandler Closing
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler EndRaft
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event ToolStripItemEventHandler ItemAdded
- Event: public event ToolStripItemClickedEventHandler ItemClicked
- Event: public event ToolStripItemEventHandler ItemRemoved
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler LayoutCompleted
- Event: public event EventHandler LayoutStyleChanged
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler Opened
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event PaintEventHandler PaintGrip
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler RendererChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public void Close ()
- Method (i): public void Close (ToolStripDropDownCloseReason reason)
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): protected virtual LayoutSettings CreateLayoutSettings (ToolStripLayoutStyle style)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public ToolStripItem GetItemAt (int x, int y)
- Method (i): public ToolStripItem GetItemAt (Point point)
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public ToolStripItem GetNextItem (ToolStripItem start, Direction direction)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBeginRaft (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnClosed (ToolStripDropDownClosedEventArgs e)
- Method (i): protected virtual void OnClosing (ToolStripDropDownClosingEventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEndRaft (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): ProtectedInternal virtual void OnItemAdded (ToolStripItemEventArgs e)
- Method (i): protected virtual void OnItemClicked (ToolStripItemClickedEventArgs e)
- Method (i): ProtectedInternal virtual void OnItemRemoved (ToolStripItemEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method: protected override void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLayoutCompleted (EventArgs e)
- Method (i): protected virtual void OnLayoutStyleChanged (EventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnOpened (EventArgs e)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method: protected override void OnPaintBackground (PaintEventArgs e)
- Method (i): ProtectedInternal virtual void OnPaintGrip (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnRendererChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): public void ResetMinimumSize ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float x, float y)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected virtual void SetDisplayedItems ()
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method (i): ProtectedInternal void SetItemLocation (ToolStripItem item, Point location)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public void Show ()
- Method (i): public void Show (int x, int y)
- Method (i): public void Show (Point screenLocation)
- Method (i): public void Show (Control control, int x, int y)
- Method (i): public void Show (Control control, Point position)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): protected virtual void WndProc (Message m)
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: bool AllowItemReorder { public get; public set; }
- Property: bool AllowMerge { public get; public set; }
- Property: bool AllowTransparency { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: bool AutoClose { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: bool CanOverflow { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual DockStyle DefaultDock { }
- Property: virtual ToolStripDropDownDirection DefaultDropDownDirection { public get; public set; }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected override Padding DefaultPadding { }
- Property: protected virtual RaftingSides DefaultRaft { }
- Property: protected virtual bool DefaultShowItemToolTips { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual ToolStripItemCollection DisplayedItems { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool DropShadowEnabled { public get; public set; }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: Color ForeColor { public get; public set; }
- Property: ToolStripGripDisplayStyle GripDisplayStyle { public get; }
- Property: Padding GripMargin { public get; public set; }
- Property: Rectangle GripRectangle { public get; }
- Property: ToolStripGripStyle GripStyle { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: ImageList ImageList { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsAutoGenerated { public get; }
- Property: virtual bool IsCurrentlyRafting { public get; }
- Property: bool IsDisposed { public get; }
- Property: bool IsDropDown { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: virtual ToolStripItemCollection Items { public get; }
- Property: override LayoutEngine LayoutEngine { public get; }
- Property: LayoutSettings LayoutSettings { public get; public set; }
- Property: new ToolStripLayoutStyle LayoutStyle { public get; public set; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: ProtectedInternal override Size MaxItemSize { }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Orientation Orientation { public get; }
- Property: ToolStripOverflowButton OverflowButton { public get; }
- Property: ToolStripItem OwnerItem { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: int PreferredWidth { public get; public set; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: RaftingSides Raft { public get; public set; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- Property: ToolStripRenderer Renderer { public get; public set; }
- Property: ToolStripRenderMode RenderMode { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: bool ShowCheckMargin { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: bool ShowImageMargin { public get; public set; }
- Property: bool ShowItemToolTips { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: virtual bool Stretch { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: int Top { public get; public set; }
- Property: bool TopLevel { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| ToolStripGripDisplayStyle () |
| n/a
|
public sealed enum System.Windows.Forms.ToolStripGripDisplayStyle
                    Horizontal = 0,
                    Vertical = 1,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ToolStripGripRenderEventArgs () |
| n/a
|
public class System.Windows.Forms.ToolStripGripRenderEventArgs
|
| --> NONE <--
|
- Constructor: public ToolStripGripRenderEventArgs (Graphics g, ToolStrip toolStrip)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Rectangle AffectedBounds { public get; }
- Property: Color BackColor { public get; }
- Property: Rectangle ConnectedArea { public get; }
- Property: Graphics Graphics { public get; }
- Property: Rectangle GripBounds { public get; }
- Property: ToolStripGripDisplayStyle GripDisplayStyle { public get; }
- Property: ToolStripGripStyle GripStyle { public get; }
- Property: ToolStrip ToolStrip { public get; }
|
| System.Windows.Forms ToolStripGripRenderEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ToolStripGripRenderEventHandler
|
| --> NONE <--
|
- Constructor: public ToolStripGripRenderEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ToolStripGripRenderEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ToolStripGripRenderEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| ToolStripGripStyle () |
| n/a
|
public sealed enum System.Windows.Forms.ToolStripGripStyle
                    Hidden = 0,
                    Visible = 1,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ToolStripItem () |
| n/a
|
public abstract class System.Windows.Forms.ToolStripItem
|
| --> NONE <--
|
- Constructor: protected ToolStripItem ()
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler Click
- Event: public event EventHandler DisplayStyleChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler LocationChanged
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event EventHandler OwnerChanged
- Event: public event PaintEventHandler Paint
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler VisibleChanged
- Method: protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method: public virtual DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public ToolStrip GetCurrentParent ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method: public virtual Size GetPreferredSize (Size constrainingSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method: public void Invalidate ()
- Method: public void Invalidate (Rectangle r)
- Method: ProtectedInternal virtual bool IsInputChar (char charCode)
- Method: ProtectedInternal virtual bool IsInputKey (Keys keyData)
- Method: public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: protected virtual void OnBackColorChanged (EventArgs e)
- Method: protected virtual void OnBoundsChanged ()
- Method: protected virtual void OnClick (EventArgs e)
- Method: protected virtual void OnDisplayStyleChanged (EventArgs e)
- Method: protected virtual void OnDoubleClick (EventArgs e)
- Method: protected virtual void OnDragDrop (DragEventArgs dragEvent)
- Method: protected virtual void OnDragEnter (DragEventArgs dragEvent)
- Method: protected virtual void OnDragLeave (EventArgs e)
- Method: protected virtual void OnDragOver (DragEventArgs dragEvent)
- Method: protected virtual void OnEnabledChanged (EventArgs e)
- Method: protected virtual void OnFontChanged (EventArgs e)
- Method: protected virtual void OnForeColorChanged (EventArgs e)
- Method: protected virtual void OnGiveFeedback (GiveFeedbackEventArgs giveFeedbackEvent)
- Method: ProtectedInternal virtual void OnLayout (LayoutEventArgs e)
- Method: protected virtual void OnLocationChanged (EventArgs e)
- Method: protected virtual void OnMouseDown (MouseEventArgs e)
- Method: protected virtual void OnMouseEnter (EventArgs e)
- Method: protected virtual void OnMouseHover (EventArgs e)
- Method: protected virtual void OnMouseLeave (EventArgs e)
- Method: protected virtual void OnMouseMove (MouseEventArgs mea)
- Method: protected virtual void OnMouseUp (MouseEventArgs e)
- Method: protected virtual void OnOwnerChanged (EventArgs e)
- Method: protected virtual void OnPaint (PaintEventArgs e)
- Method: protected virtual void OnParentBackColorChanged (EventArgs e)
- Method: protected virtual void OnParentChanged (ToolStrip oldParent, ToolStrip newParent)
- Method: ProtectedInternal virtual void OnParentEnabledChanged (EventArgs e)
- Method: protected virtual void OnParentFontChanged (EventArgs e)
- Method: protected virtual void OnParentForeColorChanged (EventArgs e)
- Method: ProtectedInternal virtual void OnParentRightToLeftChanged (EventArgs e)
- Method: protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs queryContinueDragEvent)
- Method: protected virtual void OnRightToLeftChanged (EventArgs e)
- Method: protected virtual void OnTextChanged (EventArgs e)
- Method: protected virtual void OnVisibleChanged (EventArgs e)
- Method: public void PerformClick ()
- Method: ProtectedInternal virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method: ProtectedInternal virtual bool ProcessDialogKey (Keys keyData)
- Method: ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method: public virtual void ResetBackColor ()
- Method: public virtual void ResetComponentSettings ()
- Method: public virtual void ResetForeColor ()
- Method: public virtual void ResetImage ()
- Method: public virtual void ResetRightToLeft ()
- Method: public virtual void ResetTextDirection ()
- Method: public virtual void SaveComponentSettings ()
- Method: public void Select ()
- Method: ProtectedInternal virtual void SetBounds (Rectangle bounds)
- Method: protected virtual void SetVisibleCore (bool visible)
- Method: public override string ToString ()
- Nested Type: public class ToolStripItemAccessibleObject
- Nested Type: public class ToolStripItemApplicationSettings
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: ToolStripItemAlignment Alignment { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: AnchorStyles Anchor { public get; public set; }
- Property: bool AutoSize { public get; public set; }
- Property: bool AutoToolTip { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual bool CanSelect { public get; }
- Property: IContainer Container { public get; }
- Property: Rectangle ContentRectangle { public get; }
- Property: protected virtual bool DefaultAutoToolTip { }
- Property: ProtectedInternal virtual Padding DefaultMargin { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual bool DismissWhenClicked { }
- Property: ToolStripItemDisplayStyle DisplayStyle { public get; public set; }
- Property: DockStyle Dock { public get; public set; }
- Property: bool DoubleClickEnabled { public get; public set; }
- Property: virtual bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual Font Font { public get; public set; }
- Property: virtual Color ForeColor { public get; public set; }
- Property: int Height { public get; public set; }
- Property: virtual Image Image { public get; public set; }
- Property: ContentAlignment ImageAlign { public get; public set; }
- Property: int ImageIndex { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: ToolStripItemImageScaling ImageScaling { public get; public set; }
- Property: Color ImageTransparentColor { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsOnDropDown { public get; }
- Property: Padding Margin { public get; public set; }
- Property: MergeAction MergeAction { public get; public set; }
- Property: int MergeIndex { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ToolStripItemOverflow Overflow { public get; public set; }
- Property: ToolStrip Owner { public get; public set; }
- Property: virtual Padding Padding { public get; public set; }
- Property: ProtectedInternal ToolStrip Parent { }
- Property: ToolStripItemPlacement Placement { public get; }
- Property: virtual bool Pressed { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual bool Selected { public get; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: virtual Size Size { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ContentAlignment TextAlign { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| ToolStripItemAlignment () |
| n/a
|
public sealed enum System.Windows.Forms.ToolStripItemAlignment
                    Head = 0,
                    Tail = 1,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ToolStripItemClickedEventArgs () |
| n/a
|
public class System.Windows.Forms.ToolStripItemClickedEventArgs
|
| --> NONE <--
|
- Constructor: public ToolStripItemClickedEventArgs (ToolStripItem clickedItem)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ToolStripItem ClickedItem { public get; }
|
| System.Windows.Forms ToolStripItemClickedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ToolStripItemClickedEventHandler
|
| --> NONE <--
|
- Constructor: public ToolStripItemClickedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ToolStripItemClickedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ToolStripItemClickedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms ToolStripItemCollection () |
| n/a
|
public class System.Windows.Forms.ToolStripItemCollection
|
| --> NONE <--
|
- Constructor: public ToolStripItemCollection (ToolStrip owner, ToolStripItem[] value)
- Method: public int Add (ToolStripItem value)
- Method: public void AddRange (ToolStripItem[] value)
- Method: public void AddRange (ToolStripItemCollection value)
- Method: public virtual void Clear ()
- Method: public bool Contains (ToolStripItem value)
- Method: public virtual bool ContainsKey (string key)
- Method (i): public virtual void CopyTo (Array array, int index)
- Method: public void CopyTo (ToolStripItem[] array, int index)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public ToolStripItem[] Find (string key, bool searchAllChildren)
- Method (i): public virtual IEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public int IndexOf (ToolStripItem value)
- Method: public virtual int IndexOfKey (string key)
- Method: public void Insert (int index, ToolStripItem value)
- Method (i): protected object MemberwiseClone ()
- Method: public void Remove (ToolStripItem value)
- Method: public void RemoveAt (int index)
- Method: public virtual void RemoveByKey (string key)
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: override bool IsReadOnly { public get; }
- Property: new virtual ToolStripItem this [int index] { public get; }
- Property: new virtual ToolStripItem this [string key] { public get; }
|
| ToolStripItemDisplayStyle () |
| n/a
|
public sealed enum System.Windows.Forms.ToolStripItemDisplayStyle
                    None = 0,
                    Text = 1,
                    Image = 2,
                    ImageAndText = 3,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ToolStripItemEventArgs () |
| n/a
|
public class System.Windows.Forms.ToolStripItemEventArgs
|
| --> NONE <--
|
- Constructor: public ToolStripItemEventArgs (ToolStripItem item)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ToolStripItem Item { public get; }
|
| System.Windows.Forms ToolStripItemEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ToolStripItemEventHandler
|
| --> NONE <--
|
- Constructor: public ToolStripItemEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ToolStripItemEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ToolStripItemEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms ToolStripItemImageIndexConverter () |
| n/a
|
public class System.Windows.Forms.ToolStripItemImageIndexConverter
|
| --> NONE <--
|
- Constructor: public ToolStripItemImageIndexConverter ()
- Method (i): public bool CanConvertFrom (Type sourceType)
- Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
- Method (i): public bool CanConvertTo (Type destinationType)
- Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type t)
- Method (i): public object ConvertFrom (object value)
- Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public object ConvertFromInvariantString (string text)
- Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertFromString (string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertTo (object value, Type destinationType)
- Method (i): public virtual object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
- Method (i): public string ConvertToInvariantString (object value)
- Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
- Method (i): public string ConvertToString (object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
- Method (i): public object CreateInstance (IDictionary propertyValues)
- Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected Exception GetConvertFromException (object value)
- Method (i): protected Exception GetConvertToException (object value, Type destinationType)
- Method (i): public bool GetCreateInstanceSupported ()
- Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public PropertyDescriptorCollection GetProperties (object value)
- Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
- Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
- Method (i): public bool GetPropertiesSupported ()
- Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
- Method (i): public ICollection GetStandardValues ()
- Method (i): public virtual StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesExclusive ()
- Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesSupported ()
- Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
- Method (i): public Type GetType ()
- Method (i): public bool IsValid (object value)
- Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
- Method (i): public virtual string ToString ()
- Property: protected virtual bool IncludeNoneAsStandardValue { }
|
| System.Windows.Forms ToolStripItemImageKeyConverter () |
| n/a
|
public class System.Windows.Forms.ToolStripItemImageKeyConverter
|
| --> NONE <--
|
- Constructor: public ToolStripItemImageKeyConverter ()
- Method (i): public bool CanConvertFrom (Type sourceType)
- Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
- Method (i): public bool CanConvertTo (Type destinationType)
- Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
- Method (i): public object ConvertFrom (object value)
- Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public object ConvertFromInvariantString (string text)
- Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertFromString (string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertTo (object value, Type destinationType)
- Method (i): public virtual object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
- Method (i): public string ConvertToInvariantString (object value)
- Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
- Method (i): public string ConvertToString (object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
- Method (i): public object CreateInstance (IDictionary propertyValues)
- Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected Exception GetConvertFromException (object value)
- Method (i): protected Exception GetConvertToException (object value, Type destinationType)
- Method (i): public bool GetCreateInstanceSupported ()
- Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public PropertyDescriptorCollection GetProperties (object value)
- Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
- Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
- Method (i): public bool GetPropertiesSupported ()
- Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
- Method (i): public ICollection GetStandardValues ()
- Method (i): public virtual StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesExclusive ()
- Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesSupported ()
- Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
- Method (i): public Type GetType ()
- Method (i): public bool IsValid (object value)
- Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
- Method (i): public virtual string ToString ()
- Property: protected virtual bool IncludeNoneAsStandardValue { }
|
| System.Windows.Forms ToolStripItemImageRenderEventArgs () |
| n/a
|
public class System.Windows.Forms.ToolStripItemImageRenderEventArgs
|
| --> NONE <--
|
- Constructor: public ToolStripItemImageRenderEventArgs (Graphics g, ToolStripItem item, Image image, Rectangle imageRectangle)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Graphics Graphics { public get; }
- Property: Image Image { public get; }
- Property: Rectangle ImageRectangle { public get; }
- Property: ToolStripItem Item { public get; }
- Property: ToolStrip ToolStrip { public get; }
|
| System.Windows.Forms ToolStripItemImageRenderEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ToolStripItemImageRenderEventHandler
|
| --> NONE <--
|
- Constructor: public ToolStripItemImageRenderEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ToolStripItemImageRenderEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ToolStripItemImageRenderEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| ToolStripItemImageScaling () |
| n/a
|
public sealed enum System.Windows.Forms.ToolStripItemImageScaling
                    None = 0,
                    ShrinkToFit = 1,
|
| --> NONE <--
|
--> NONE <--
|
| ToolStripItemOverflow () |
| n/a
|
public sealed enum System.Windows.Forms.ToolStripItemOverflow
                    Never = 0,
                    Always = 1,
                    AsNeeded = 2,
|
| --> NONE <--
|
--> NONE <--
|
| ToolStripItemPlacement () |
| n/a
|
public sealed enum System.Windows.Forms.ToolStripItemPlacement
                    Main = 0,
                    Overflow = 1,
                    None = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ToolStripItemRenderEventArgs () |
| n/a
|
public class System.Windows.Forms.ToolStripItemRenderEventArgs
|
| --> NONE <--
|
- Constructor: public ToolStripItemRenderEventArgs (Graphics g, ToolStripItem item)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Graphics Graphics { public get; }
- Property: ToolStripItem Item { public get; }
- Property: ToolStrip ToolStrip { public get; }
|
| System.Windows.Forms ToolStripItemRenderEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ToolStripItemRenderEventHandler
|
| --> NONE <--
|
- Constructor: public ToolStripItemRenderEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ToolStripItemRenderEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ToolStripItemRenderEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms ToolStripItemTextRenderEventArgs () |
| n/a
|
public class System.Windows.Forms.ToolStripItemTextRenderEventArgs
|
| --> NONE <--
|
- Constructor: public ToolStripItemTextRenderEventArgs (Graphics g, ToolStripItem item, string text, Rectangle textRectangle, Color textColor, Font textFont, ContentAlignment textAlign)
- Constructor: public ToolStripItemTextRenderEventArgs (Graphics g, ToolStripItem item, string text, Rectangle textRectangle, Color textColor, Font textFont, TextFormatFlags format)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Graphics Graphics { public get; }
- Property: ToolStripItem Item { public get; }
- Property: string Text { public get; public set; }
- Property: Color TextColor { public get; public set; }
- Property: ToolStripTextDirection TextDirection { public get; public set; }
- Property: Font TextFont { public get; public set; }
- Property: TextFormatFlags TextFormat { public get; public set; }
- Property: Rectangle TextRectangle { public get; public set; }
- Property: ToolStrip ToolStrip { public get; }
|
| System.Windows.Forms ToolStripItemTextRenderEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ToolStripItemTextRenderEventHandler
|
| --> NONE <--
|
- Constructor: public ToolStripItemTextRenderEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ToolStripItemTextRenderEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ToolStripItemTextRenderEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms ToolStripLabel () |
| n/a
|
public class System.Windows.Forms.ToolStripLabel
|
| --> NONE <--
|
- Constructor: public ToolStripLabel ()
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler Click
- Event: public event EventHandler DisplayStyleChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler LocationChanged
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event EventHandler OwnerChanged
- Event: public event PaintEventHandler Paint
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler VisibleChanged
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public ToolStrip GetCurrentParent ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public virtual Size GetPreferredSize (Size constrainingSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (Rectangle r)
- Method (i): ProtectedInternal virtual bool IsInputChar (char charCode)
- Method (i): ProtectedInternal virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBoundsChanged ()
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnDisplayStyleChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs dragEvent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method: protected override void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs giveFeedbackEvent)
- Method (i): ProtectedInternal virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method: protected override void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method: protected override void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnOwnerChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (ToolStrip oldParent, ToolStrip newParent)
- Method (i): ProtectedInternal virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs queryContinueDragEvent)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformClick ()
- Method (i): ProtectedInternal virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessDialogKey (Keys keyData)
- Method: ProtectedInternal override bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public virtual void ResetImage ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetTextDirection ()
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Select ()
- Method (i): ProtectedInternal virtual void SetBounds (Rectangle bounds)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public virtual string ToString ()
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: Color ActiveLinkColor { public get; public set; }
- Property: ToolStripItemAlignment Alignment { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: AnchorStyles Anchor { public get; public set; }
- Property: bool AutoSize { public get; public set; }
- Property: bool AutoToolTip { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: override bool CanSelect { public get; }
- Property: IContainer Container { public get; }
- Property: Rectangle ContentRectangle { public get; }
- Property: protected virtual bool DefaultAutoToolTip { }
- Property: ProtectedInternal virtual Padding DefaultMargin { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual bool DismissWhenClicked { }
- Property: ToolStripItemDisplayStyle DisplayStyle { public get; public set; }
- Property: DockStyle Dock { public get; public set; }
- Property: bool DoubleClickEnabled { public get; public set; }
- Property: virtual bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual Font Font { public get; public set; }
- Property: virtual Color ForeColor { public get; public set; }
- Property: int Height { public get; public set; }
- Property: virtual Image Image { public get; public set; }
- Property: ContentAlignment ImageAlign { public get; public set; }
- Property: int ImageIndex { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: ToolStripItemImageScaling ImageScaling { public get; public set; }
- Property: Color ImageTransparentColor { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsLink { public get; public set; }
- Property: bool IsOnDropDown { public get; }
- Property: LinkBehavior LinkBehavior { public get; public set; }
- Property: Color LinkColor { public get; public set; }
- Property: bool LinkVisited { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: MergeAction MergeAction { public get; public set; }
- Property: int MergeIndex { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ToolStripItemOverflow Overflow { public get; public set; }
- Property: ToolStrip Owner { public get; public set; }
- Property: virtual Padding Padding { public get; public set; }
- Property: ProtectedInternal ToolStrip Parent { }
- Property: ToolStripItemPlacement Placement { public get; }
- Property: virtual bool Pressed { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual bool Selected { public get; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: virtual Size Size { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ContentAlignment TextAlign { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: Color VisitedLinkColor { public get; public set; }
- Property: int Width { public get; public set; }
|
| ToolStripLayoutStyle () |
| n/a
|
public sealed enum System.Windows.Forms.ToolStripLayoutStyle
                    Auto = 0,
                    Horizontal = 1,
                    Vertical = 2,
                    Flow = 3,
                    Table = 4,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ToolStripManager () |
| n/a
|
public sealed class System.Windows.Forms.ToolStripManager
|
| --> NONE <--
|
- Event: public event EventHandler RendererChanged
- [Obsolete: This method should not be used.]Method: public static void EnableRafting (Control controlToRaftIn, RaftingSides sidesToRaft)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static ToolStrip FindToolStrip (string toolStripName)
- Method (i): public virtual int GetHashCode ()
- Method: public static RaftingContainerGroup GetRaftingContainers (Control control)
- Method (i): public Type GetType ()
- Method: public static bool IsShortcutDefined (Keys shortcut)
- Method: public static bool IsValidShortcut (Keys shortcut)
- Method (i): protected object MemberwiseClone ()
- Method: public static bool Merge (ToolStrip sourceToolStrip, string targetName)
- Method: public static void Merge (ToolStrip sourceToolStrip, ToolStrip targetToolStrip)
- Method: public static bool RevertMerge (string targetName)
- Method: public static void RevertMerge (ToolStrip targetToolStrip)
- Method (i): public virtual string ToString ()
- Property: static ToolStripRenderer Renderer { public get; public set; }
- Property: static ToolStripManagerRenderMode RenderMode { public get; public set; }
- Property: static bool VisualStylesEnabled { public get; public set; }
|
| ToolStripManagerRenderMode () |
| n/a
|
public sealed enum System.Windows.Forms.ToolStripManagerRenderMode
                    Custom = 0,
                    System = 1,
                    Professional = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ToolStripMenuItem () |
| n/a
|
public class System.Windows.Forms.ToolStripMenuItem
|
| --> NONE <--
|
- Constructor: public ToolStripMenuItem ()
- Constructor: public ToolStripMenuItem (IntPtr hMenu, int nativeMenuCommandId, IWin32Window targetWindow)
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler CheckedChanged
- Event: public event EventHandler CheckStateChanged
- Event: public event EventHandler Click
- Event: public event EventHandler DisplayStyleChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler DropDownClosed
- Event: public event ToolStripItemClickedEventHandler DropDownItemClicked
- Event: public event EventHandler DropDownOpened
- Event: public event EventHandler DropDownOpening
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler LocationChanged
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event EventHandler OwnerChanged
- Event: public event PaintEventHandler Paint
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler VisibleChanged
- Method: protected override AccessibleObject CreateAccessibilityInstance ()
- Method: protected override ToolStripDropDown CreateDefaultDropDown ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public virtual DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public ToolStrip GetCurrentParent ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public virtual Size GetPreferredSize (Size constrainingSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public void HideDropDown ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (Rectangle r)
- Method (i): ProtectedInternal virtual bool IsInputChar (char charCode)
- Method (i): ProtectedInternal virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBoundsChanged ()
- Method: protected virtual void OnCheckedChanged (EventArgs e)
- Method: protected virtual void OnCheckStateChanged (EventArgs e)
- Method: protected override void OnClick (EventArgs e)
- Method (i): protected virtual void OnDisplayStyleChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs dragEvent)
- Method (i): ProtectedInternal virtual void OnDropDownClosed (EventArgs e)
- Method: protected override void OnDropDownHide (EventArgs e)
- Method (i): ProtectedInternal virtual void OnDropDownItemClicked (ToolStripItemClickedEventArgs e)
- Method (i): ProtectedInternal virtual void OnDropDownOpened (EventArgs e)
- Method: protected override void OnDropDownShow (EventArgs e)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs giveFeedbackEvent)
- Method (i): ProtectedInternal virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method: protected override void OnMouseDown (MouseEventArgs e)
- Method: protected override void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method: protected override void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method: protected override void OnOwnerChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (ToolStrip oldParent, ToolStrip newParent)
- Method (i): ProtectedInternal virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs queryContinueDragEvent)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformClick ()
- Method: ProtectedInternal override bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessDialogKey (Keys keyData)
- Method: ProtectedInternal override bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public virtual void ResetImage ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetTextDirection ()
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Select ()
- Method: ProtectedInternal override void SetBounds (Rectangle rect)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public void ShowDropDown ()
- Method (i): public virtual string ToString ()
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: ToolStripItemAlignment Alignment { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: AnchorStyles Anchor { public get; public set; }
- Property: bool AutoSize { public get; public set; }
- Property: bool AutoToolTip { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual bool CanSelect { public get; }
- Property: bool Checked { public get; public set; }
- Property: bool CheckOnClick { public get; public set; }
- Property: CheckState CheckState { public get; public set; }
- Property: IContainer Container { public get; }
- Property: Rectangle ContentRectangle { public get; }
- Property: protected virtual bool DefaultAutoToolTip { }
- Property: ProtectedInternal override Padding DefaultMargin { }
- Property: protected override Padding DefaultPadding { }
- Property: protected override Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual bool DismissWhenClicked { }
- Property: ToolStripItemDisplayStyle DisplayStyle { public get; public set; }
- Property: DockStyle Dock { public get; public set; }
- Property: bool DoubleClickEnabled { public get; public set; }
- Property: ToolStripDropDown DropDown { public get; public set; }
- Property: ToolStripDropDownDirection DropDownDirection { public get; public set; }
- Property: ToolStripItemCollection DropDownItems { public get; }
- Property: ProtectedInternal virtual Point DropDownLocation { }
- Property: override bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual Font Font { public get; public set; }
- Property: virtual Color ForeColor { public get; public set; }
- Property: virtual bool HasDropDownItems { public get; }
- Property: int Height { public get; public set; }
- Property: virtual Image Image { public get; public set; }
- Property: ContentAlignment ImageAlign { public get; public set; }
- Property: int ImageIndex { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: ToolStripItemImageScaling ImageScaling { public get; public set; }
- Property: Color ImageTransparentColor { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsOnDropDown { public get; }
- Property: Padding Margin { public get; public set; }
- Property: MergeAction MergeAction { public get; public set; }
- Property: int MergeIndex { public get; public set; }
- Property: string Name { public get; public set; }
- Property: new ToolStripItemOverflow Overflow { public get; public set; }
- Property: ToolStrip Owner { public get; public set; }
- Property: virtual Padding Padding { public get; public set; }
- Property: ProtectedInternal ToolStrip Parent { }
- Property: ToolStripItemPlacement Placement { public get; }
- Property: virtual bool Pressed { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual bool Selected { public get; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: Keys ShortcutKeys { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool ShowShortcutKeys { public get; public set; }
- Property: virtual ISite Site { public get; public set; }
- Property: virtual Size Size { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ContentAlignment TextAlign { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms ToolStripOverflow () |
| n/a
|
public class System.Windows.Forms.ToolStripOverflow
|
| --> NONE <--
|
- Constructor: public ToolStripOverflow (ToolStripItem parentItem)
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BeginRaft
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event ToolStripDropDownClosedEventHandler Closed
- Event: public event ToolStripDropDownClosingEventHandler Closing
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler EndRaft
- Event: public event EventHandler Enter
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event ToolStripItemEventHandler ItemAdded
- Event: public event ToolStripItemClickedEventHandler ItemClicked
- Event: public event ToolStripItemEventHandler ItemRemoved
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler LayoutCompleted
- Event: public event EventHandler LayoutStyleChanged
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event EventHandler Opened
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event PaintEventHandler PaintGrip
- Event: public event EventHandler ParentChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler RendererChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event ScrollEventHandler Scroll
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public void Close ()
- Method (i): public void Close (ToolStripDropDownCloseReason reason)
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): protected virtual LayoutSettings CreateLayoutSettings (ToolStripLayoutStyle style)
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public ToolStripItem GetItemAt (int x, int y)
- Method (i): public ToolStripItem GetItemAt (Point point)
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public ToolStripItem GetNextItem (ToolStripItem start, Direction direction)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected bool GetScrollState (int bit)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBeginRaft (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnClosed (ToolStripDropDownClosedEventArgs e)
- Method (i): protected virtual void OnClosing (ToolStripDropDownClosingEventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEndRaft (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): ProtectedInternal virtual void OnItemAdded (ToolStripItemEventArgs e)
- Method (i): protected virtual void OnItemClicked (ToolStripItemClickedEventArgs e)
- Method (i): ProtectedInternal virtual void OnItemRemoved (ToolStripItemEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method: protected override void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLayoutCompleted (EventArgs e)
- Method (i): protected virtual void OnLayoutStyleChanged (EventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnOpened (EventArgs e)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs e)
- Method (i): ProtectedInternal virtual void OnPaintGrip (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnRendererChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method (i): protected virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method (i): public virtual void Refresh ()
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): public void ResetMinimumSize ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float x, float y)
- Method (i): public void ScrollControlIntoView (Control activeControl)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetAutoScrollMargin (int x, int y)
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method: protected override void SetDisplayedItems ()
- Method (i): protected void SetDisplayRectLocation (int x, int y)
- Method (i): ProtectedInternal void SetItemLocation (ToolStripItem item, Point location)
- Method (i): protected void SetScrollState (int bit, bool value)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public void Show ()
- Method (i): public void Show (int x, int y)
- Method (i): public void Show (Point screenLocation)
- Method (i): public void Show (Control control, int x, int y)
- Method (i): public void Show (Control control, Point position)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): protected virtual void WndProc (Message m)
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: bool AllowItemReorder { public get; public set; }
- Property: bool AllowMerge { public get; public set; }
- Property: bool AllowTransparency { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: bool AutoClose { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual bool AutoScroll { public get; public set; }
- Property: Size AutoScrollMargin { public get; public set; }
- Property: Size AutoScrollMinSize { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: Point AutoScrollPosition { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: bool CanOverflow { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual DockStyle DefaultDock { }
- Property: virtual ToolStripDropDownDirection DefaultDropDownDirection { public get; public set; }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual RaftingSides DefaultRaft { }
- Property: protected virtual bool DefaultShowItemToolTips { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal override ToolStripItemCollection DisplayedItems { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: DockPaddingEdges DockPadding { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool DropShadowEnabled { public get; public set; }
- Property: bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: Color ForeColor { public get; public set; }
- Property: ToolStripGripDisplayStyle GripDisplayStyle { public get; }
- Property: Padding GripMargin { public get; public set; }
- Property: Rectangle GripRectangle { public get; }
- Property: ToolStripGripStyle GripStyle { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: protected bool HScroll { }
- Property: ImageList ImageList { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsAutoGenerated { public get; }
- Property: virtual bool IsCurrentlyRafting { public get; }
- Property: bool IsDisposed { public get; }
- Property: bool IsDropDown { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: override ToolStripItemCollection Items { public get; }
- Property: override LayoutEngine LayoutEngine { public get; }
- Property: LayoutSettings LayoutSettings { public get; public set; }
- Property: ToolStripLayoutStyle LayoutStyle { public get; public set; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: ProtectedInternal virtual Size MaxItemSize { }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: double Opacity { public get; public set; }
- Property: Orientation Orientation { public get; }
- Property: ToolStripOverflowButton OverflowButton { public get; }
- Property: ToolStripItem OwnerItem { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: int PreferredWidth { public get; public set; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: RaftingSides Raft { public get; public set; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- Property: ToolStripRenderer Renderer { public get; public set; }
- Property: ToolStripRenderMode RenderMode { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: bool ShowItemToolTips { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: virtual bool Stretch { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: int Top { public get; public set; }
- Property: bool TopLevel { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
- Property: bool Visible { public get; public set; }
- Property: protected bool VScroll { }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| System.Windows.Forms ToolStripOverflowButton () |
| n/a
|
public class System.Windows.Forms.ToolStripOverflowButton
|
| --> NONE <--
|
- Constructor: public ToolStripOverflowButton ()
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler Click
- Event: public event EventHandler DisplayStyleChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler DropDownClosed
- Event: public event ToolStripItemClickedEventHandler DropDownItemClicked
- Event: public event EventHandler DropDownOpened
- Event: public event EventHandler DropDownOpening
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler LocationChanged
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event EventHandler OwnerChanged
- Event: public event PaintEventHandler Paint
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler VisibleChanged
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method: protected override ToolStripDropDown CreateDefaultDropDown ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public ToolStrip GetCurrentParent ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method: public override Size GetPreferredSize (Size constrainingSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public void HideDropDown ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (Rectangle r)
- Method (i): ProtectedInternal virtual bool IsInputChar (char charCode)
- Method (i): ProtectedInternal virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBoundsChanged ()
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnDisplayStyleChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs dragEvent)
- Method (i): ProtectedInternal virtual void OnDropDownClosed (EventArgs e)
- Method (i): protected virtual void OnDropDownHide (EventArgs e)
- Method (i): ProtectedInternal virtual void OnDropDownItemClicked (ToolStripItemClickedEventArgs e)
- Method (i): ProtectedInternal virtual void OnDropDownOpened (EventArgs e)
- Method (i): protected virtual void OnDropDownShow (EventArgs e)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs giveFeedbackEvent)
- Method (i): ProtectedInternal virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnOwnerChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (ToolStrip oldParent, ToolStrip newParent)
- Method (i): ProtectedInternal virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs queryContinueDragEvent)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformClick ()
- Method (i): ProtectedInternal virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessDialogKey (Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public virtual void ResetImage ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetTextDirection ()
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Select ()
- Method (i): ProtectedInternal virtual void SetBounds (Rectangle bounds)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public void ShowDropDown ()
- Method (i): public virtual string ToString ()
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: ToolStripItemAlignment Alignment { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: AnchorStyles Anchor { public get; public set; }
- Property: bool AutoSize { public get; public set; }
- Property: bool AutoToolTip { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual bool CanSelect { public get; }
- Property: IContainer Container { public get; }
- Property: Rectangle ContentRectangle { public get; }
- Property: protected virtual bool DefaultAutoToolTip { }
- Property: ProtectedInternal override Padding DefaultMargin { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual bool DismissWhenClicked { }
- Property: ToolStripItemDisplayStyle DisplayStyle { public get; public set; }
- Property: DockStyle Dock { public get; public set; }
- Property: bool DoubleClickEnabled { public get; public set; }
- Property: ToolStripDropDown DropDown { public get; public set; }
- Property: ToolStripDropDownDirection DropDownDirection { public get; public set; }
- Property: ToolStripItemCollection DropDownItems { public get; }
- Property: ProtectedInternal virtual Point DropDownLocation { }
- Property: virtual bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual Font Font { public get; public set; }
- Property: virtual Color ForeColor { public get; public set; }
- Property: override bool HasDropDownItems { public get; }
- Property: int Height { public get; public set; }
- Property: virtual Image Image { public get; public set; }
- Property: ContentAlignment ImageAlign { public get; public set; }
- Property: int ImageIndex { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: ToolStripItemImageScaling ImageScaling { public get; public set; }
- Property: Color ImageTransparentColor { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsOnDropDown { public get; }
- Property: Padding Margin { public get; public set; }
- Property: MergeAction MergeAction { public get; public set; }
- Property: int MergeIndex { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ToolStripItemOverflow Overflow { public get; public set; }
- Property: ToolStrip Owner { public get; public set; }
- Property: virtual Padding Padding { public get; public set; }
- Property: ProtectedInternal ToolStrip Parent { }
- Property: ToolStripItemPlacement Placement { public get; }
- Property: virtual bool Pressed { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual bool Selected { public get; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: bool ShowDropDownArrow { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: virtual Size Size { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ContentAlignment TextAlign { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms ToolStripProfessionalRenderer () |
| n/a
|
public class System.Windows.Forms.ToolStripProfessionalRenderer
|
| --> NONE <--
|
- Constructor: public ToolStripProfessionalRenderer ()
- Constructor: public ToolStripProfessionalRenderer (ProfessionalColorTable professionalColorTable)
- Event: public event ToolStripArrowRenderEventHandler RenderArrow
- Event: public event ToolStripItemRenderEventHandler RenderButtonBackground
- Event: public event ToolStripItemRenderEventHandler RenderDropDownButtonBackground
- Event: public event ToolStripGripRenderEventHandler RenderGrip
- Event: public event ToolStripItemRenderEventHandler RenderItemBackground
- Event: public event ToolStripItemImageRenderEventHandler RenderItemCheck
- Event: public event ToolStripItemImageRenderEventHandler RenderItemImage
- Event: public event ToolStripItemTextRenderEventHandler RenderItemText
- Event: public event ToolStripItemRenderEventHandler RenderLabelBackground
- Event: public event ToolStripItemRenderEventHandler RenderMenuItemBackground
- Event: public event ToolStripItemRenderEventHandler RenderOverflowButtonBackground
- Event: public event RaftingContainerRenderEventHandler RenderRaftingContainerBackground
- Event: public event ToolStripSeparatorRenderEventHandler RenderSeparator
- Event: public event ToolStripItemRenderEventHandler RenderSplitButtonBackground
- Event: public event ToolStripItemRenderEventHandler RenderStatusStripPanelBackground
- Event: public event ToolStripRenderEventHandler RenderStatusStripSizingGrip
- Event: public event ToolStripRenderEventHandler RenderToolStripBackground
- Event: public event ToolStripRenderEventHandler RenderToolStripBorder
- Method (i): public void DrawArrow (ToolStripArrowRenderEventArgs e)
- Method (i): public void DrawButtonBackground (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawDropDownButtonBackground (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawGrip (ToolStripGripRenderEventArgs e)
- Method (i): public void DrawImageMargin (ToolStripRenderEventArgs e)
- Method (i): public void DrawItemBackground (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawItemCheck (ToolStripItemImageRenderEventArgs e)
- Method (i): public void DrawItemImage (ToolStripItemImageRenderEventArgs e)
- Method (i): public void DrawItemText (ToolStripItemTextRenderEventArgs e)
- Method (i): public void DrawLabelBackground (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawMenuItemBackground (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawOverflowButtonBackground (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawRaftingContainerBackground (RaftingContainerRenderEventArgs e)
- Method (i): public void DrawSeparator (ToolStripSeparatorRenderEventArgs e)
- Method (i): public void DrawSplitButton (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawStatusStripPanelBackground (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawStatusStripSizingGrip (ToolStripRenderEventArgs e)
- Method (i): public void DrawToolStripBackground (ToolStripRenderEventArgs e)
- Method (i): public void DrawToolStripBorder (ToolStripRenderEventArgs e)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): ProtectedInternal virtual void Initialize (ToolStrip toolStrip)
- Method (i): ProtectedInternal virtual void InitializeContainer (RaftingContainer raftingContainer)
- Method (i): ProtectedInternal virtual void InitializeItem (ToolStripItem item)
- Method (i): protected object MemberwiseClone ()
- Method: protected override void OnRenderArrow (ToolStripArrowRenderEventArgs e)
- Method: protected override void OnRenderButtonBackground (ToolStripItemRenderEventArgs e)
- Method: protected override void OnRenderDropDownButtonBackground (ToolStripItemRenderEventArgs e)
- Method: protected override void OnRenderGrip (ToolStripGripRenderEventArgs e)
- Method: protected override void OnRenderImageMargin (ToolStripRenderEventArgs e)
- Method (i): protected virtual void OnRenderItemBackground (ToolStripItemRenderEventArgs e)
- Method: protected override void OnRenderItemCheck (ToolStripItemImageRenderEventArgs e)
- Method: protected override void OnRenderItemImage (ToolStripItemImageRenderEventArgs e)
- Method: protected override void OnRenderItemText (ToolStripItemTextRenderEventArgs e)
- Method: protected override void OnRenderLabelBackground (ToolStripItemRenderEventArgs e)
- Method: protected override void OnRenderMenuItemBackground (ToolStripItemRenderEventArgs e)
- Method: protected override void OnRenderOverflowButtonBackground (ToolStripItemRenderEventArgs e)
- Method: protected override void OnRenderRaftingContainerBackground (RaftingContainerRenderEventArgs e)
- Method: protected override void OnRenderSeparator (ToolStripSeparatorRenderEventArgs e)
- Method: protected override void OnRenderSplitButtonBackground (ToolStripItemRenderEventArgs e)
- Method: protected override void OnRenderStatusStripPanelBackground (ToolStripItemRenderEventArgs e)
- Method (i): protected virtual void OnRenderStatusStripSizingGrip (ToolStripRenderEventArgs e)
- Method: protected override void OnRenderToolStripBackground (ToolStripRenderEventArgs e)
- Method: protected override void OnRenderToolStripBorder (ToolStripRenderEventArgs e)
- Method (i): public virtual string ToString ()
- Property: ProfessionalColorTable ColorTable { public get; }
|
| System.Windows.Forms ToolStripProgressBar () |
| n/a
|
public class System.Windows.Forms.ToolStripProgressBar
|
| --> NONE <--
|
- Constructor: public ToolStripProgressBar ()
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler Click
- Event: public event EventHandler DisplayStyleChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event EventHandler OwnerChanged
- Event: public event PaintEventHandler Paint
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public void Focus ()
- Method (i): public ToolStrip GetCurrentParent ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public virtual Size GetPreferredSize (Size constrainingSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method: public void Increment (int value)
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (Rectangle r)
- Method (i): ProtectedInternal virtual bool IsInputChar (char charCode)
- Method (i): ProtectedInternal virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBoundsChanged ()
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnDisplayStyleChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs dragEvent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs giveFeedbackEvent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHostedControlResize (EventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): ProtectedInternal virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnOwnerChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (ToolStrip oldParent, ToolStrip newParent)
- Method (i): ProtectedInternal virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs queryContinueDragEvent)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnSubscribeControlEvents (Control control)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnUnsubscribeControlEvents (Control control)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformClick ()
- Method: public void PerformStep ()
- Method (i): ProtectedInternal virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessDialogKey (Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public virtual void ResetImage ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetTextDirection ()
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Select ()
- Method (i): ProtectedInternal virtual void SetBounds (Rectangle bounds)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public virtual string ToString ()
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: ToolStripItemAlignment Alignment { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: AnchorStyles Anchor { public get; public set; }
- Property: bool AutoSize { public get; public set; }
- Property: bool AutoToolTip { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual bool CanSelect { public get; }
- Property: bool CausesValidation { public get; public set; }
- Property: IContainer Container { public get; }
- Property: Rectangle ContentRectangle { public get; }
- Property: Control Control { public get; }
- Property: ContentAlignment ControlAlign { public get; public set; }
- Property: protected virtual bool DefaultAutoToolTip { }
- Property: ProtectedInternal override Padding DefaultMargin { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual bool DismissWhenClicked { }
- Property: ToolStripItemDisplayStyle DisplayStyle { public get; public set; }
- Property: DockStyle Dock { public get; public set; }
- Property: bool DoubleClickEnabled { public get; public set; }
- Property: virtual bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: virtual Color ForeColor { public get; public set; }
- Property: int Height { public get; public set; }
- Property: virtual Image Image { public get; public set; }
- Property: ContentAlignment ImageAlign { public get; public set; }
- Property: int ImageIndex { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: ToolStripItemImageScaling ImageScaling { public get; public set; }
- Property: Color ImageTransparentColor { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsOnDropDown { public get; }
- Property: Padding Margin { public get; public set; }
- Property: int Maximum { public get; public set; }
- Property: MergeAction MergeAction { public get; public set; }
- Property: int MergeIndex { public get; public set; }
- Property: int Minimum { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ToolStripItemOverflow Overflow { public get; public set; }
- Property: ToolStrip Owner { public get; public set; }
- Property: virtual Padding Padding { public get; public set; }
- Property: ProtectedInternal ToolStrip Parent { }
- Property: ToolStripItemPlacement Placement { public get; }
- Property: virtual bool Pressed { public get; }
- Property: ProgressBar ProgressBar { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual bool Selected { public get; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: virtual Size Size { public get; public set; }
- Property: int Step { public get; public set; }
- Property: ProgressBarStyle Style { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: ContentAlignment TextAlign { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: int Value { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms ToolStripRenderer () |
| n/a
|
public abstract class System.Windows.Forms.ToolStripRenderer
|
| --> NONE <--
|
- Constructor: protected ToolStripRenderer ()
- Event: public event ToolStripArrowRenderEventHandler RenderArrow
- Event: public event ToolStripItemRenderEventHandler RenderButtonBackground
- Event: public event ToolStripItemRenderEventHandler RenderDropDownButtonBackground
- Event: public event ToolStripGripRenderEventHandler RenderGrip
- Event: public event ToolStripItemRenderEventHandler RenderItemBackground
- Event: public event ToolStripItemImageRenderEventHandler RenderItemCheck
- Event: public event ToolStripItemImageRenderEventHandler RenderItemImage
- Event: public event ToolStripItemTextRenderEventHandler RenderItemText
- Event: public event ToolStripItemRenderEventHandler RenderLabelBackground
- Event: public event ToolStripItemRenderEventHandler RenderMenuItemBackground
- Event: public event ToolStripItemRenderEventHandler RenderOverflowButtonBackground
- Event: public event RaftingContainerRenderEventHandler RenderRaftingContainerBackground
- Event: public event ToolStripSeparatorRenderEventHandler RenderSeparator
- Event: public event ToolStripItemRenderEventHandler RenderSplitButtonBackground
- Event: public event ToolStripItemRenderEventHandler RenderStatusStripPanelBackground
- Event: public event ToolStripRenderEventHandler RenderStatusStripSizingGrip
- Event: public event ToolStripRenderEventHandler RenderToolStripBackground
- Event: public event ToolStripRenderEventHandler RenderToolStripBorder
- Method: public static Image CreateDisabledImage (Image normalImage)
- Method: public void DrawArrow (ToolStripArrowRenderEventArgs e)
- Method: public void DrawButtonBackground (ToolStripItemRenderEventArgs e)
- Method: public void DrawDropDownButtonBackground (ToolStripItemRenderEventArgs e)
- Method: public void DrawGrip (ToolStripGripRenderEventArgs e)
- Method: public void DrawImageMargin (ToolStripRenderEventArgs e)
- Method: public void DrawItemBackground (ToolStripItemRenderEventArgs e)
- Method: public void DrawItemCheck (ToolStripItemImageRenderEventArgs e)
- Method: public void DrawItemImage (ToolStripItemImageRenderEventArgs e)
- Method: public void DrawItemText (ToolStripItemTextRenderEventArgs e)
- Method: public void DrawLabelBackground (ToolStripItemRenderEventArgs e)
- Method: public void DrawMenuItemBackground (ToolStripItemRenderEventArgs e)
- Method: public void DrawOverflowButtonBackground (ToolStripItemRenderEventArgs e)
- Method: public void DrawRaftingContainerBackground (RaftingContainerRenderEventArgs e)
- Method: public void DrawSeparator (ToolStripSeparatorRenderEventArgs e)
- Method: public void DrawSplitButton (ToolStripItemRenderEventArgs e)
- Method: public void DrawStatusStripPanelBackground (ToolStripItemRenderEventArgs e)
- Method: public void DrawStatusStripSizingGrip (ToolStripRenderEventArgs e)
- Method: public void DrawToolStripBackground (ToolStripRenderEventArgs e)
- Method: public void DrawToolStripBorder (ToolStripRenderEventArgs e)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: ProtectedInternal virtual void Initialize (ToolStrip toolStrip)
- Method: ProtectedInternal virtual void InitializeContainer (RaftingContainer raftingContainer)
- Method: ProtectedInternal virtual void InitializeItem (ToolStripItem item)
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void OnRenderArrow (ToolStripArrowRenderEventArgs e)
- Method: protected virtual void OnRenderButtonBackground (ToolStripItemRenderEventArgs e)
- Method: protected virtual void OnRenderDropDownButtonBackground (ToolStripItemRenderEventArgs e)
- Method: protected virtual void OnRenderGrip (ToolStripGripRenderEventArgs e)
- Method: protected virtual void OnRenderImageMargin (ToolStripRenderEventArgs e)
- Method: protected virtual void OnRenderItemBackground (ToolStripItemRenderEventArgs e)
- Method: protected virtual void OnRenderItemCheck (ToolStripItemImageRenderEventArgs e)
- Method: protected virtual void OnRenderItemImage (ToolStripItemImageRenderEventArgs e)
- Method: protected virtual void OnRenderItemText (ToolStripItemTextRenderEventArgs e)
- Method: protected virtual void OnRenderLabelBackground (ToolStripItemRenderEventArgs e)
- Method: protected virtual void OnRenderMenuItemBackground (ToolStripItemRenderEventArgs e)
- Method: protected virtual void OnRenderOverflowButtonBackground (ToolStripItemRenderEventArgs e)
- Method: protected virtual void OnRenderRaftingContainerBackground (RaftingContainerRenderEventArgs e)
- Method: protected virtual void OnRenderSeparator (ToolStripSeparatorRenderEventArgs e)
- Method: protected virtual void OnRenderSplitButtonBackground (ToolStripItemRenderEventArgs e)
- Method: protected virtual void OnRenderStatusStripPanelBackground (ToolStripItemRenderEventArgs e)
- Method: protected virtual void OnRenderStatusStripSizingGrip (ToolStripRenderEventArgs e)
- Method: protected virtual void OnRenderToolStripBackground (ToolStripRenderEventArgs e)
- Method: protected virtual void OnRenderToolStripBorder (ToolStripRenderEventArgs e)
- Method (i): public virtual string ToString ()
|
| System.Windows.Forms ToolStripRenderEventArgs () |
| n/a
|
public class System.Windows.Forms.ToolStripRenderEventArgs
|
| --> NONE <--
|
- Constructor: public ToolStripRenderEventArgs (Graphics g, ToolStrip toolStrip)
- Constructor: public ToolStripRenderEventArgs (Graphics g, ToolStrip toolStrip, Rectangle affectedBounds, Color backColor)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Rectangle AffectedBounds { public get; }
- Property: Color BackColor { public get; }
- Property: Rectangle ConnectedArea { public get; }
- Property: Graphics Graphics { public get; }
- Property: ToolStrip ToolStrip { public get; }
|
| System.Windows.Forms ToolStripRenderEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ToolStripRenderEventHandler
|
| --> NONE <--
|
- Constructor: public ToolStripRenderEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ToolStripRenderEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ToolStripRenderEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| ToolStripRenderMode () |
| n/a
|
public sealed enum System.Windows.Forms.ToolStripRenderMode
                    Custom = 0,
                    System = 1,
                    Professional = 2,
                    ManagerRenderMode = 3,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ToolStripSeparator () |
| n/a
|
public class System.Windows.Forms.ToolStripSeparator
|
| --> NONE <--
|
- Constructor: public ToolStripSeparator ()
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler Click
- Event: public event EventHandler DisplayStyleChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler LocationChanged
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event EventHandler OwnerChanged
- Event: public event PaintEventHandler Paint
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler VisibleChanged
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public ToolStrip GetCurrentParent ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method: public override Size GetPreferredSize (Size constrainingSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (Rectangle r)
- Method (i): ProtectedInternal virtual bool IsInputChar (char charCode)
- Method (i): ProtectedInternal virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBoundsChanged ()
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnDisplayStyleChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs dragEvent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs giveFeedbackEvent)
- Method (i): ProtectedInternal virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnOwnerChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (ToolStrip oldParent, ToolStrip newParent)
- Method (i): ProtectedInternal virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs queryContinueDragEvent)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformClick ()
- Method (i): ProtectedInternal virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessDialogKey (Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public virtual void ResetImage ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetTextDirection ()
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Select ()
- Method (i): ProtectedInternal virtual void SetBounds (Rectangle bounds)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public virtual string ToString ()
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: ToolStripItemAlignment Alignment { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: AnchorStyles Anchor { public get; public set; }
- Property: bool AutoSize { public get; public set; }
- Property: bool AutoToolTip { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: override bool CanSelect { public get; }
- Property: IContainer Container { public get; }
- Property: Rectangle ContentRectangle { public get; }
- Property: protected virtual bool DefaultAutoToolTip { }
- Property: ProtectedInternal override Padding DefaultMargin { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual bool DismissWhenClicked { }
- Property: new ToolStripItemDisplayStyle DisplayStyle { public get; public set; }
- Property: DockStyle Dock { public get; public set; }
- Property: bool DoubleClickEnabled { public get; public set; }
- Property: override bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: override Font Font { public get; public set; }
- Property: virtual Color ForeColor { public get; public set; }
- Property: int Height { public get; public set; }
- Property: override Image Image { public get; public set; }
- Property: ContentAlignment ImageAlign { public get; public set; }
- Property: new int ImageIndex { public get; public set; }
- Property: new string ImageKey { public get; public set; }
- Property: ToolStripItemImageScaling ImageScaling { public get; public set; }
- Property: Color ImageTransparentColor { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsOnDropDown { public get; }
- Property: Padding Margin { public get; public set; }
- Property: MergeAction MergeAction { public get; public set; }
- Property: int MergeIndex { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ToolStripItemOverflow Overflow { public get; public set; }
- Property: ToolStrip Owner { public get; public set; }
- Property: virtual Padding Padding { public get; public set; }
- Property: ProtectedInternal ToolStrip Parent { }
- Property: ToolStripItemPlacement Placement { public get; }
- Property: virtual bool Pressed { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual bool Selected { public get; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: virtual Size Size { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: override string Text { public get; public set; }
- Property: new ContentAlignment TextAlign { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: new TextImageRelation TextImageRelation { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms ToolStripSeparatorRenderEventArgs () |
| n/a
|
public class System.Windows.Forms.ToolStripSeparatorRenderEventArgs
|
| --> NONE <--
|
- Constructor: public ToolStripSeparatorRenderEventArgs (Graphics g, ToolStripSeparator separator, bool vertical)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Graphics Graphics { public get; }
- Property: ToolStripItem Item { public get; }
- Property: ToolStrip ToolStrip { public get; }
- Property: bool Vertical { public get; }
|
| System.Windows.Forms ToolStripSeparatorRenderEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.ToolStripSeparatorRenderEventHandler
|
| --> NONE <--
|
- Constructor: public ToolStripSeparatorRenderEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, ToolStripSeparatorRenderEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, ToolStripSeparatorRenderEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms ToolStripSplitButton () |
| n/a
|
public class System.Windows.Forms.ToolStripSplitButton
|
| --> NONE <--
|
- Constructor: public ToolStripSplitButton ()
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler ButtonClick
- Event: public event EventHandler ButtonDoubleClick
- Event: public event EventHandler Click
- Event: public event EventHandler DefaultItemChanged
- Event: public event EventHandler DisplayStyleChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler DropDownClosed
- Event: public event ToolStripItemClickedEventHandler DropDownItemClicked
- Event: public event EventHandler DropDownOpened
- Event: public event EventHandler DropDownOpening
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler LocationChanged
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event EventHandler OwnerChanged
- Event: public event PaintEventHandler Paint
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler VisibleChanged
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method: protected override ToolStripDropDown CreateDefaultDropDown ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public ToolStrip GetCurrentParent ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method: public override Size GetPreferredSize (Size constrainingSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public void HideDropDown ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (Rectangle r)
- Method (i): ProtectedInternal virtual bool IsInputChar (char charCode)
- Method (i): ProtectedInternal virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBoundsChanged ()
- Method: protected virtual void OnButtonClick (EventArgs e)
- Method: public virtual void OnButtonDoubleClick (EventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method: protected virtual void OnDefaultItemChanged (EventArgs e)
- Method (i): protected virtual void OnDisplayStyleChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs dragEvent)
- Method (i): ProtectedInternal virtual void OnDropDownClosed (EventArgs e)
- Method (i): protected virtual void OnDropDownHide (EventArgs e)
- Method (i): ProtectedInternal virtual void OnDropDownItemClicked (ToolStripItemClickedEventArgs e)
- Method (i): ProtectedInternal virtual void OnDropDownOpened (EventArgs e)
- Method (i): protected virtual void OnDropDownShow (EventArgs e)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs giveFeedbackEvent)
- Method (i): ProtectedInternal virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method: protected override void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method: protected override void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method: protected override void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnOwnerChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (ToolStrip oldParent, ToolStrip newParent)
- Method (i): ProtectedInternal virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs queryContinueDragEvent)
- Method: protected override void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformClick ()
- Method (i): ProtectedInternal virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessDialogKey (Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public virtual void ResetComponentSettings ()
- Method: public virtual void ResetDropDownButtonWidth ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public virtual void ResetImage ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetTextDirection ()
- Method (i): public virtual void SaveComponentSettings ()
- Method (i): public void Select ()
- Method (i): ProtectedInternal virtual void SetBounds (Rectangle bounds)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public void ShowDropDown ()
- Method (i): public virtual string ToString ()
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: ToolStripItemAlignment Alignment { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: AnchorStyles Anchor { public get; public set; }
- Property: bool AutoSize { public get; public set; }
- Property: new bool AutoToolTip { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; }
- Property: Rectangle ButtonBounds { public get; }
- Property: bool ButtonPressed { public get; }
- Property: bool ButtonSelected { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual bool CanSelect { public get; }
- Property: IContainer Container { public get; }
- Property: Rectangle ContentRectangle { public get; }
- Property: protected override bool DefaultAutoToolTip { }
- Property: ToolStripItem DefaultItem { public get; public set; }
- Property: ProtectedInternal virtual Padding DefaultMargin { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal override bool DismissWhenClicked { }
- Property: ToolStripItemDisplayStyle DisplayStyle { public get; public set; }
- Property: DockStyle Dock { public get; public set; }
- Property: bool DoubleClickEnabled { public get; public set; }
- Property: ToolStripDropDown DropDown { public get; public set; }
- Property: Rectangle DropDownButtonBounds { public get; }
- Property: bool DropDownButtonPressed { public get; }
- Property: bool DropDownButtonSelected { public get; }
- Property: int DropDownButtonWidth { public get; public set; }
- Property: ToolStripDropDownDirection DropDownDirection { public get; public set; }
- Property: ToolStripItemCollection DropDownItems { public get; }
- Property: ProtectedInternal virtual Point DropDownLocation { }
- Property: virtual bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual Font Font { public get; public set; }
- Property: virtual Color ForeColor { public get; public set; }
- Property: virtual bool HasDropDownItems { public get; }
- Property: int Height { public get; public set; }
- Property: virtual Image Image { public get; public set; }
- Property: ContentAlignment ImageAlign { public get; public set; }
- Property: int ImageIndex { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: ToolStripItemImageScaling ImageScaling { public get; public set; }
- Property: Color ImageTransparentColor { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsOnDropDown { public get; }
- Property: Padding Margin { public get; public set; }
- Property: MergeAction MergeAction { public get; public set; }
- Property: int MergeIndex { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ToolStripItemOverflow Overflow { public get; public set; }
- Property: ToolStrip Owner { public get; public set; }
- Property: virtual Padding Padding { public get; public set; }
- Property: ProtectedInternal ToolStrip Parent { }
- Property: ToolStripItemPlacement Placement { public get; }
- Property: virtual bool Pressed { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual bool Selected { public get; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: virtual Size Size { public get; public set; }
- Property: Rectangle SplitterBounds { public get; }
- Property: int SplitterWidth { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: virtual ContentAlignment TextAlign { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: string ToolTipText { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
|
| System.Windows.Forms ToolStripSystemRenderer () |
| n/a
|
public class System.Windows.Forms.ToolStripSystemRenderer
|
| --> NONE <--
|
- Constructor: public ToolStripSystemRenderer ()
- Event: public event ToolStripArrowRenderEventHandler RenderArrow
- Event: public event ToolStripItemRenderEventHandler RenderButtonBackground
- Event: public event ToolStripItemRenderEventHandler RenderDropDownButtonBackground
- Event: public event ToolStripGripRenderEventHandler RenderGrip
- Event: public event ToolStripItemRenderEventHandler RenderItemBackground
- Event: public event ToolStripItemImageRenderEventHandler RenderItemCheck
- Event: public event ToolStripItemImageRenderEventHandler RenderItemImage
- Event: public event ToolStripItemTextRenderEventHandler RenderItemText
- Event: public event ToolStripItemRenderEventHandler RenderLabelBackground
- Event: public event ToolStripItemRenderEventHandler RenderMenuItemBackground
- Event: public event ToolStripItemRenderEventHandler RenderOverflowButtonBackground
- Event: public event RaftingContainerRenderEventHandler RenderRaftingContainerBackground
- Event: public event ToolStripSeparatorRenderEventHandler RenderSeparator
- Event: public event ToolStripItemRenderEventHandler RenderSplitButtonBackground
- Event: public event ToolStripItemRenderEventHandler RenderStatusStripPanelBackground
- Event: public event ToolStripRenderEventHandler RenderStatusStripSizingGrip
- Event: public event ToolStripRenderEventHandler RenderToolStripBackground
- Event: public event ToolStripRenderEventHandler RenderToolStripBorder
- Method (i): public void DrawArrow (ToolStripArrowRenderEventArgs e)
- Method (i): public void DrawButtonBackground (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawDropDownButtonBackground (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawGrip (ToolStripGripRenderEventArgs e)
- Method (i): public void DrawImageMargin (ToolStripRenderEventArgs e)
- Method (i): public void DrawItemBackground (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawItemCheck (ToolStripItemImageRenderEventArgs e)
- Method (i): public void DrawItemImage (ToolStripItemImageRenderEventArgs e)
- Method (i): public void DrawItemText (ToolStripItemTextRenderEventArgs e)
- Method (i): public void DrawLabelBackground (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawMenuItemBackground (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawOverflowButtonBackground (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawRaftingContainerBackground (RaftingContainerRenderEventArgs e)
- Method (i): public void DrawSeparator (ToolStripSeparatorRenderEventArgs e)
- Method (i): public void DrawSplitButton (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawStatusStripPanelBackground (ToolStripItemRenderEventArgs e)
- Method (i): public void DrawStatusStripSizingGrip (ToolStripRenderEventArgs e)
- Method (i): public void DrawToolStripBackground (ToolStripRenderEventArgs e)
- Method (i): public void DrawToolStripBorder (ToolStripRenderEventArgs e)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): ProtectedInternal virtual void Initialize (ToolStrip toolStrip)
- Method (i): ProtectedInternal virtual void InitializeContainer (RaftingContainer raftingContainer)
- Method (i): ProtectedInternal virtual void InitializeItem (ToolStripItem item)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnRenderArrow (ToolStripArrowRenderEventArgs e)
- Method: protected override void OnRenderButtonBackground (ToolStripItemRenderEventArgs e)
- Method: protected override void OnRenderDropDownButtonBackground (ToolStripItemRenderEventArgs e)
- Method: protected override void OnRenderGrip (ToolStripGripRenderEventArgs e)
- Method: protected override void OnRenderImageMargin (ToolStripRenderEventArgs e)
- Method: protected override void OnRenderItemBackground (ToolStripItemRenderEventArgs e)
- Method (i): protected virtual void OnRenderItemCheck (ToolStripItemImageRenderEventArgs e)
- Method (i): protected virtual void OnRenderItemImage (ToolStripItemImageRenderEventArgs e)
- Method (i): protected virtual void OnRenderItemText (ToolStripItemTextRenderEventArgs e)
- Method: protected override void OnRenderLabelBackground (ToolStripItemRenderEventArgs e)
- Method: protected override void OnRenderMenuItemBackground (ToolStripItemRenderEventArgs e)
- Method: protected override void OnRenderOverflowButtonBackground (ToolStripItemRenderEventArgs e)
- Method (i): protected virtual void OnRenderRaftingContainerBackground (RaftingContainerRenderEventArgs e)
- Method: protected override void OnRenderSeparator (ToolStripSeparatorRenderEventArgs e)
- Method: protected override void OnRenderSplitButtonBackground (ToolStripItemRenderEventArgs e)
- Method: protected override void OnRenderStatusStripPanelBackground (ToolStripItemRenderEventArgs e)
- Method (i): protected virtual void OnRenderStatusStripSizingGrip (ToolStripRenderEventArgs e)
- Method: protected override void OnRenderToolStripBackground (ToolStripRenderEventArgs e)
- Method: protected override void OnRenderToolStripBorder (ToolStripRenderEventArgs e)
- Method (i): public virtual string ToString ()
|
| System.Windows.Forms ToolStripTextBox () |
| n/a
|
public class System.Windows.Forms.ToolStripTextBox
|
| --> NONE <--
|
- Constructor: public ToolStripTextBox ()
- Constructor: public ToolStripTextBox (Control c)
- Event: public event EventHandler AcceptsTabChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BorderStyleChanged
- Event: public event EventHandler Click
- Event: public event EventHandler DisplayStyleChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HideSelectionChanged
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler ModifiedChanged
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event EventHandler MultilineChanged
- Event: public event EventHandler OwnerChanged
- Event: public event PaintEventHandler Paint
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler ReadOnlyChanged
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler TextBoxTextAlignChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method: public void AppendText (string text)
- Method: public void Clear ()
- Method: public void ClearUndo ()
- Method: public void Copy ()
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method: public void Cut ()
- Method: public void DeselectAll ()
- Method (i): public virtual void Dispose ()
- Method (i): protected virtual void Dispose (bool disposing)
- Method (i): public virtual DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public void Focus ()
- Method: public char GetCharFromPosition (Point pt)
- Method: public int GetCharIndexFromPosition (Point pt)
- Method (i): public ToolStrip GetCurrentParent ()
- Method: public int GetFirstCharIndexFromLine (int lineNum)
- Method: public int GetFirstCharIndexOfCurrentLine ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method: public int GetLineFromCharIndex (int index)
- Method: public Point GetPositionFromCharIndex (int index)
- Method: public override Size GetPreferredSize (Size constrainingSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): public Type GetType ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (Rectangle r)
- Method (i): ProtectedInternal virtual bool IsInputChar (char charCode)
- Method (i): ProtectedInternal virtual bool IsInputKey (Keys keyData)
- Method (i): public virtual void LoadComponentSettings ()
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: protected virtual void OnAcceptsTabChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method: protected virtual void OnBorderStyleChanged (EventArgs e)
- Method (i): protected virtual void OnBoundsChanged ()
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnDisplayStyleChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs dragEvent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs dragEvent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs giveFeedbackEvent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method: protected virtual void OnHideSelectionChanged (EventArgs e)
- Method (i): protected virtual void OnHostedControlResize (EventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): ProtectedInternal virtual void OnLayout (LayoutEventArgs e)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method: protected virtual void OnModifiedChanged (EventArgs e)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method: protected virtual void OnMultilineChanged (EventArgs e)
- Method (i): protected virtual void OnOwnerChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (ToolStrip oldParent, ToolStrip newParent)
- Method (i): ProtectedInternal virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): ProtectedInternal virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs queryContinueDragEvent)
- Method: protected virtual void OnReadOnlyChanged (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method: protected override void OnSubscribeControlEvents (Control control)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method: protected override void OnUnsubscribeControlEvents (Control control)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method: public void Paste ()
- Method (i): public void PerformClick ()
- Method (i): ProtectedInternal virtual bool ProcessCmdKey (Message m, Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessDialogKey (Keys keyData)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public virtual void ResetComponentSettings ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public virtual void ResetImage ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetTextDirection ()
- Method (i): public virtual void SaveComponentSettings ()
- Method: public void ScrollToCaret ()
- Method (i): public void Select ()
- Method: public void Select (int start, int length)
- Method: public void SelectAll ()
- Method (i): ProtectedInternal virtual void SetBounds (Rectangle bounds)
- Method (i): protected virtual void SetVisibleCore (bool visible)
- Method (i): public virtual string ToString ()
- Method: public void Undo ()
- Property: bool AcceptsReturn { public get; public set; }
- Property: bool AcceptsTab { public get; public set; }
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: ToolStripItemAlignment Alignment { public get; public set; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: AnchorStyles Anchor { public get; public set; }
- Property: AutoCompleteStringCollection AutoCompleteCustomSource { public get; public set; }
- Property: AutoCompleteMode AutoCompleteMode { public get; public set; }
- Property: AutoCompleteSource AutoCompleteSource { public get; public set; }
- Property: bool AutoSize { public get; public set; }
- Property: bool AutoToolTip { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: BorderStyle BorderStyle { public get; public set; }
- Property: virtual Rectangle Bounds { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual bool CanSelect { public get; }
- Property: bool CanUndo { public get; }
- Property: bool CausesValidation { public get; public set; }
- Property: CharacterCasing CharacterCasing { public get; public set; }
- Property: IContainer Container { public get; }
- Property: Rectangle ContentRectangle { public get; }
- Property: Control Control { public get; }
- Property: ContentAlignment ControlAlign { public get; public set; }
- Property: protected virtual bool DefaultAutoToolTip { }
- Property: ProtectedInternal override Padding DefaultMargin { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: ProtectedInternal virtual bool DismissWhenClicked { }
- Property: ToolStripItemDisplayStyle DisplayStyle { public get; public set; }
- Property: DockStyle Dock { public get; public set; }
- Property: bool DoubleClickEnabled { public get; public set; }
- Property: virtual bool Enabled { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: virtual Color ForeColor { public get; public set; }
- Property: int Height { public get; public set; }
- Property: bool HideSelection { public get; public set; }
- Property: virtual Image Image { public get; public set; }
- Property: ContentAlignment ImageAlign { public get; public set; }
- Property: int ImageIndex { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: ToolStripItemImageScaling ImageScaling { public get; public set; }
- Property: Color ImageTransparentColor { public get; public set; }
- Property: bool IsDisposed { public get; }
- Property: bool IsOnDropDown { public get; }
- Property: String[] Lines { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: int MaxLength { public get; public set; }
- Property: MergeAction MergeAction { public get; public set; }
- Property: int MergeIndex { public get; public set; }
- Property: bool Modified { public get; public set; }
- Property: bool Multiline { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ToolStripItemOverflow Overflow { public get; public set; }
- Property: ToolStrip Owner { public get; public set; }
- Property: virtual Padding Padding { public get; public set; }
- Property: ProtectedInternal ToolStrip Parent { }
- Property: ToolStripItemPlacement Placement { public get; }
- Property: virtual bool Pressed { public get; }
- Property: bool ReadOnly { public get; public set; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: virtual bool SaveSettings { public get; public set; }
- Property: virtual bool Selected { public get; }
- Property: string SelectedText { public get; public set; }
- Property: int SelectionLength { public get; public set; }
- Property: int SelectionStart { public get; public set; }
- Property: virtual string SettingsKey { public get; public set; }
- Property: bool ShortcutsEnabled { public get; public set; }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public get; public set; }
- Property: virtual Size Size { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: ContentAlignment TextAlign { public get; public set; }
- Property: TextBox TextBox { public get; }
- Property: HorizontalAlignment TextBoxTextAlign { public get; public set; }
- Property: virtual ToolStripTextDirection TextDirection { public get; public set; }
- Property: TextImageRelation TextImageRelation { public get; public set; }
- Property: int TextLength { public get; }
- Property: string ToolTipText { public get; public set; }
- Property: bool Visible { public get; public set; }
- Property: int Width { public get; public set; }
- Property: bool WordWrap { public get; public set; }
|
| ToolStripTextDirection () |
| n/a
|
public sealed enum System.Windows.Forms.ToolStripTextDirection
                    Inherit = 0,
                    Horizontal = 1,
                    Vertical90 = 2,
                    Vertical270 = 3,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms ToolTip () |
| public sealed class System.Windows.Forms.ToolTip
|
public class System.Windows.Forms.ToolTip
|
- Method (i): protected object MemberwiseClone ()
|
- Event: public event DrawToolTipEventHandler Draw
- Event: public event PopupEventHandler Popup
- Method: public void Hide (IWin32Window win)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: public void Show (string text, IWin32Window win)
- Method: public void Show (string text, IWin32Window win, int duration)
- Method: public void Show (string text, IWin32Window win, int x, int y)
- Method: public void Show (string text, IWin32Window win, int x, int y, int duration)
- Method: public void Show (string text, IWin32Window win, Point pt)
- Method: public void Show (string text, IWin32Window win, Point pt, int duration)
- Method: protected void StopTimer ()
- Property: Color BackColor { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: protected virtual CreateParams CreateParams { }
- Property: Color ForeColor { public get; public set; }
- Property: bool IsBalloon { public get; public set; }
- Property: bool OwnerDraw { public get; public set; }
- Property: bool StripAmpersands { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: ToolTipIcon ToolTipIcon { public get; public set; }
- Property: string ToolTipTitle { public get; public set; }
- Property: bool UseAnimation { public get; public set; }
- Property: bool UseFading { public get; public set; }
|
| ToolTipIcon () |
| n/a
|
public sealed enum System.Windows.Forms.ToolTipIcon
                    None = 0,
                    Info = 1,
                    Warning = 2,
                    Error = 3,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms TrackBar () |
public class System.Windows.Forms.TrackBar
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.TrackBar
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: bool AutoSize { public get; public set; }
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method: protected override void OnSystemColorsChanged (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: override bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms TrackBarRenderer () |
| n/a
|
public sealed class System.Windows.Forms.TrackBarRenderer
|
| --> NONE <--
|
- Method: public static void DrawBottomPointingThumb (Graphics g, Rectangle bounds, TrackBarThumbState state)
- Method: public static void DrawHorizontalThumb (Graphics g, Rectangle bounds, TrackBarThumbState state)
- Method: public static void DrawHorizontalTick (Graphics g, Rectangle bounds)
- Method: public static void DrawHorizontalTrack (Graphics g, Rectangle bounds)
- Method: public static void DrawLeftPointingThumb (Graphics g, Rectangle bounds, TrackBarThumbState state)
- Method: public static void DrawRightPointingThumb (Graphics g, Rectangle bounds, TrackBarThumbState state)
- Method: public static void DrawTopPointingThumb (Graphics g, Rectangle bounds, TrackBarThumbState state)
- Method: public static void DrawVerticalThumb (Graphics g, Rectangle bounds, TrackBarThumbState state)
- Method: public static void DrawVerticalTick (Graphics g, Rectangle bounds)
- Method: public static void DrawVerticalTrack (Graphics g, Rectangle bounds)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static Size GetBottomPointingThumbSize (Graphics g, TrackBarThumbState state)
- Method (i): public virtual int GetHashCode ()
- Method: public static Size GetLeftPointingThumbSize (Graphics g, TrackBarThumbState state)
- Method: public static Size GetRightPointingThumbSize (Graphics g, TrackBarThumbState state)
- Method: public static Size GetTopPointingThumbSize (Graphics g, TrackBarThumbState state)
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static bool IsSupported { public get; }
|
| public class System.Windows.Forms.TreeNode () |
- Method (i): protected object MemberwiseClone ()
|
- Constructor: protected TreeNode (SerializationInfo serializationInfo, StreamingContext context)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: int Level { public get; }
- Property: string Name { public get; public set; }
- Property: string SelectedImageKey { public get; public set; }
- Property: int StateImageIndex { public get; public set; }
- Property: string StateImageKey { public get; public set; }
- Property: string ToolTipText { public get; public set; }
|
| public class System.Windows.Forms.TreeNodeCollection () |
| --> NONE <--
|
- Method: public virtual TreeNode Add (string key, string text)
- Method: public virtual TreeNode Add (string key, string text, int imageIndex)
- Method: public virtual TreeNode Add (string key, string text, int imageIndex, int selectedImageIndex)
- Method: public virtual TreeNode Add (string key, string text, string imageKey)
- Method: public virtual TreeNode Add (string key, string text, string imageKey, string selectedImageKey)
- Method: public virtual bool ContainsKey (string key)
- Method: public TreeNode[] Find (string key, bool searchAllChildren)
- Method: public virtual int IndexOfKey (string key)
- Method: public virtual TreeNode Insert (int index, string text)
- Method: public virtual TreeNode Insert (int index, string key, string text)
- Method: public virtual TreeNode Insert (int index, string key, string text, int imageIndex)
- Method: public virtual TreeNode Insert (int index, string key, string text, int imageIndex, int selectedImageIndex)
- Method: public virtual TreeNode Insert (int index, string key, string text, string imageKey)
- Method: public virtual TreeNode Insert (int index, string key, string text, string imageKey, string selectedImageKey)
- Method: public virtual void RemoveByKey (string key)
- Property: virtual TreeNode this [string key] { public get; }
|
| System.Windows.Forms TreeNodeImageIndexConverter () |
| n/a
|
public class System.Windows.Forms.TreeNodeImageIndexConverter
|
| --> NONE <--
|
- Constructor: public TreeNodeImageIndexConverter ()
- Method (i): public bool CanConvertFrom (Type sourceType)
- Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
- Method (i): public bool CanConvertTo (Type destinationType)
- Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type t)
- Method (i): public object ConvertFrom (object value)
- Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public object ConvertFromInvariantString (string text)
- Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertFromString (string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertTo (object value, Type destinationType)
- Method (i): public virtual object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
- Method (i): public string ConvertToInvariantString (object value)
- Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
- Method (i): public string ConvertToString (object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
- Method (i): public object CreateInstance (IDictionary propertyValues)
- Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected Exception GetConvertFromException (object value)
- Method (i): protected Exception GetConvertToException (object value, Type destinationType)
- Method (i): public bool GetCreateInstanceSupported ()
- Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public PropertyDescriptorCollection GetProperties (object value)
- Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
- Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
- Method (i): public bool GetPropertiesSupported ()
- Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
- Method (i): public ICollection GetStandardValues ()
- Method: public override StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesExclusive ()
- Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesSupported ()
- Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
- Method (i): public Type GetType ()
- Method (i): public bool IsValid (object value)
- Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
- Method (i): public virtual string ToString ()
- Property: protected override bool IncludeNoneAsStandardValue { }
|
| System.Windows.Forms TreeNodeImageKeyConverter () |
| n/a
|
public class System.Windows.Forms.TreeNodeImageKeyConverter
|
| --> NONE <--
|
- Constructor: public TreeNodeImageKeyConverter ()
- Method (i): public bool CanConvertFrom (Type sourceType)
- Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
- Method (i): public bool CanConvertTo (Type destinationType)
- Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
- Method (i): public object ConvertFrom (object value)
- Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public object ConvertFromInvariantString (string text)
- Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertFromString (string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertTo (object value, Type destinationType)
- Method (i): public virtual object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
- Method (i): public string ConvertToInvariantString (object value)
- Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
- Method (i): public string ConvertToString (object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
- Method (i): public object CreateInstance (IDictionary propertyValues)
- Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected Exception GetConvertFromException (object value)
- Method (i): protected Exception GetConvertToException (object value, Type destinationType)
- Method (i): public bool GetCreateInstanceSupported ()
- Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public PropertyDescriptorCollection GetProperties (object value)
- Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
- Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
- Method (i): public bool GetPropertiesSupported ()
- Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
- Method (i): public ICollection GetStandardValues ()
- Method: public override StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesExclusive ()
- Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesSupported ()
- Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
- Method (i): public Type GetType ()
- Method (i): public bool IsValid (object value)
- Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
- Method (i): public virtual string ToString ()
- Property: protected virtual bool IncludeNoneAsStandardValue { }
|
| System.Windows.Forms TreeNodeMouseClickEventArgs () |
| n/a
|
public class System.Windows.Forms.TreeNodeMouseClickEventArgs
|
| --> NONE <--
|
- Constructor: public TreeNodeMouseClickEventArgs (TreeNode node, MouseButtons button, int clicks, int x, int y)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: MouseButtons Button { public get; }
- Property: int Clicks { public get; }
- Property: int Delta { public get; }
- Property: Point Location { public get; }
- Property: TreeNode Node { public get; }
- Property: int X { public get; }
- Property: int Y { public get; }
|
| System.Windows.Forms TreeNodeMouseClickEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.TreeNodeMouseClickEventHandler
|
| --> NONE <--
|
- Constructor: public TreeNodeMouseClickEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, TreeNodeMouseClickEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, TreeNodeMouseClickEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms TreeNodeMouseHoverEventArgs () |
| n/a
|
public class System.Windows.Forms.TreeNodeMouseHoverEventArgs
|
| --> NONE <--
|
- Constructor: public TreeNodeMouseHoverEventArgs (TreeNode node)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: TreeNode Node { public get; }
|
| System.Windows.Forms TreeNodeMouseHoverEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.TreeNodeMouseHoverEventHandler
|
| --> NONE <--
|
- Constructor: public TreeNodeMouseHoverEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, TreeNodeMouseHoverEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, TreeNodeMouseHoverEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms TreeNodeStateImageIndexConverter () |
| n/a
|
public class System.Windows.Forms.TreeNodeStateImageIndexConverter
|
| --> NONE <--
|
- Constructor: public TreeNodeStateImageIndexConverter ()
- Method (i): public bool CanConvertFrom (Type sourceType)
- Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
- Method (i): public bool CanConvertTo (Type destinationType)
- Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type t)
- Method (i): public object ConvertFrom (object value)
- Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public object ConvertFromInvariantString (string text)
- Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertFromString (string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertTo (object value, Type destinationType)
- Method (i): public virtual object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
- Method (i): public string ConvertToInvariantString (object value)
- Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
- Method (i): public string ConvertToString (object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
- Method (i): public object CreateInstance (IDictionary propertyValues)
- Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected Exception GetConvertFromException (object value)
- Method (i): protected Exception GetConvertToException (object value, Type destinationType)
- Method (i): public bool GetCreateInstanceSupported ()
- Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public PropertyDescriptorCollection GetProperties (object value)
- Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
- Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
- Method (i): public bool GetPropertiesSupported ()
- Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
- Method (i): public ICollection GetStandardValues ()
- Method: public override StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesExclusive ()
- Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesSupported ()
- Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
- Method (i): public Type GetType ()
- Method (i): public bool IsValid (object value)
- Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
- Method (i): public virtual string ToString ()
- Property: protected override bool IncludeNoneAsStandardValue { }
|
| System.Windows.Forms TreeNodeStateImageKeyConverter () |
| n/a
|
public class System.Windows.Forms.TreeNodeStateImageKeyConverter
|
| --> NONE <--
|
- Constructor: public TreeNodeStateImageKeyConverter ()
- Method (i): public bool CanConvertFrom (Type sourceType)
- Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
- Method (i): public bool CanConvertTo (Type destinationType)
- Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
- Method (i): public object ConvertFrom (object value)
- Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public object ConvertFromInvariantString (string text)
- Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertFromString (string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertTo (object value, Type destinationType)
- Method (i): public virtual object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
- Method (i): public string ConvertToInvariantString (object value)
- Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
- Method (i): public string ConvertToString (object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
- Method (i): public object CreateInstance (IDictionary propertyValues)
- Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected Exception GetConvertFromException (object value)
- Method (i): protected Exception GetConvertToException (object value, Type destinationType)
- Method (i): public bool GetCreateInstanceSupported ()
- Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public PropertyDescriptorCollection GetProperties (object value)
- Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
- Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
- Method (i): public bool GetPropertiesSupported ()
- Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
- Method (i): public ICollection GetStandardValues ()
- Method: public override StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesExclusive ()
- Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesSupported ()
- Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
- Method (i): public Type GetType ()
- Method (i): public bool IsValid (object value)
- Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
- Method (i): public virtual string ToString ()
- Property: protected virtual bool IncludeNoneAsStandardValue { }
|
| TreeNodeStates () |
| n/a
|
public sealed enum System.Windows.Forms.TreeNodeStates
                    Selected = 1,
                    Grayed = 2,
                    Checked = 8,
                    Focused = 16,
                    Default = 32,
                    Hot = 64,
                    Marked = 128,
                    Indeterminate = 256,
                    ShowKeyboardCues = 512,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms TreeView () |
public class System.Windows.Forms.TreeView
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.TreeView
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void OnAfterCollapse (TreeViewEventArgs e)
- Method: protected virtual void OnBeforeCollapse (TreeViewCancelEventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event DrawTreeNodeEventHandler DrawNode
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event TreeNodeMouseClickEventHandler NodeMouseClick
- Event: public event TreeNodeMouseClickEventHandler NodeMouseDoubleClick
- Event: public event TreeNodeMouseHoverEventHandler NodeMouseHover
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method: public TreeViewHitTestInfo HitTest (int x, int y)
- Method: public TreeViewHitTestInfo HitTest (Point pt)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: ProtectedInternal virtual void OnAfterCollapse (TreeViewEventArgs e)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method: ProtectedInternal virtual void OnBeforeCollapse (TreeViewCancelEventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method: protected virtual void OnDrawNode (DrawTreeNodeEventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method: protected override void OnMouseHover (EventArgs e)
- Method: protected override void OnMouseLeave (EventArgs e)
- Method: protected virtual void OnNodeMouseClick (TreeNodeMouseClickEventArgs e)
- Method: protected virtual void OnNodeMouseDoubleClick (TreeNodeMouseClickEventArgs e)
- Method: protected virtual void OnNodeMouseHover (TreeNodeMouseHoverEventArgs e)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method: public void Sort ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override bool DoubleBuffered { }
- Property: TreeViewDrawMode DrawMode { public get; public set; }
- Property: string ImageKey { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Color LineColor { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: string SelectedImageKey { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool ShowNodeToolTips { public get; public set; }
- Property: ImageList StateImageList { public get; public set; }
- Property: IComparer TreeViewNodeSorter { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
|
| TreeViewDrawMode () |
| n/a
|
public sealed enum System.Windows.Forms.TreeViewDrawMode
                    Normal = 0,
                    OwnerDrawText = 1,
                    OwnerDrawAll = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms TreeViewHitTestInfo () |
| n/a
|
public class System.Windows.Forms.TreeViewHitTestInfo
|
| --> NONE <--
|
- Constructor: public TreeViewHitTestInfo (TreeNode hitNode, TreeViewHitTestLocations hitLocation)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: TreeViewHitTestLocations Location { public get; }
- Property: TreeNode Node { public get; }
|
| TreeViewHitTestLocations () |
| n/a
|
public sealed enum System.Windows.Forms.TreeViewHitTestLocations
                    None = 1,
                    Image = 2,
                    Label = 4,
                    Indent = 8,
                    PlusMinus = 16,
                    RightOfLabel = 32,
                    StateImage = 64,
                    AboveClientArea = 256,
                    BelowClientArea = 512,
                    RightOfClientArea = 1024,
                    LeftOfClientArea = 2048,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms TreeViewImageKeyConverter () |
| n/a
|
public class System.Windows.Forms.TreeViewImageKeyConverter
|
| --> NONE <--
|
- Constructor: public TreeViewImageKeyConverter ()
- Method (i): public bool CanConvertFrom (Type sourceType)
- Method (i): public virtual bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
- Method (i): public bool CanConvertTo (Type destinationType)
- Method (i): public virtual bool CanConvertTo (ITypeDescriptorContext context, Type destinationType)
- Method (i): public object ConvertFrom (object value)
- Method (i): public virtual object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public object ConvertFromInvariantString (string text)
- Method (i): public object ConvertFromInvariantString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertFromString (string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, CultureInfo culture, string text)
- Method (i): public object ConvertFromString (ITypeDescriptorContext context, string text)
- Method (i): public object ConvertTo (object value, Type destinationType)
- Method (i): public virtual object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
- Method (i): public string ConvertToInvariantString (object value)
- Method (i): public string ConvertToInvariantString (ITypeDescriptorContext context, object value)
- Method (i): public string ConvertToString (object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, CultureInfo culture, object value)
- Method (i): public string ConvertToString (ITypeDescriptorContext context, object value)
- Method (i): public object CreateInstance (IDictionary propertyValues)
- Method (i): public virtual object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): protected Exception GetConvertFromException (object value)
- Method (i): protected Exception GetConvertToException (object value, Type destinationType)
- Method (i): public bool GetCreateInstanceSupported ()
- Method (i): public virtual bool GetCreateInstanceSupported (ITypeDescriptorContext context)
- Method (i): public virtual int GetHashCode ()
- Method (i): public PropertyDescriptorCollection GetProperties (object value)
- Method (i): public PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value)
- Method (i): public virtual PropertyDescriptorCollection GetProperties (ITypeDescriptorContext context, object value, attribute[] attributes)
- Method (i): public bool GetPropertiesSupported ()
- Method (i): public virtual bool GetPropertiesSupported (ITypeDescriptorContext context)
- Method (i): public ICollection GetStandardValues ()
- Method (i): public virtual StandardValuesCollection GetStandardValues (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesExclusive ()
- Method (i): public virtual bool GetStandardValuesExclusive (ITypeDescriptorContext context)
- Method (i): public bool GetStandardValuesSupported ()
- Method (i): public virtual bool GetStandardValuesSupported (ITypeDescriptorContext context)
- Method (i): public Type GetType ()
- Method (i): public bool IsValid (object value)
- Method (i): public virtual bool IsValid (ITypeDescriptorContext context, object value)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
- Method (i): public virtual string ToString ()
- Property: protected override bool IncludeNoneAsStandardValue { }
|
| System.Windows.Forms TypeValidationEventArgs () |
| n/a
|
public class System.Windows.Forms.TypeValidationEventArgs
|
| --> NONE <--
|
- Constructor: public TypeValidationEventArgs (Type validatingType, bool isValidInput, object returnValue, string message)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: bool IsValidInput { public get; }
- Property: string Message { public get; }
- Property: object ReturnValue { public get; }
- Property: Type ValidatingType { public get; }
|
| System.Windows.Forms TypeValidationEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.TypeValidationEventHandler
|
| --> NONE <--
|
- Constructor: public TypeValidationEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, TypeValidationEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, TypeValidationEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms.Printing TablePrintLayout () |
| n/a
|
public class System.Windows.Forms.Printing.TablePrintLayout
|
| --> NONE <--
|
- Constructor: public TablePrintLayout (SimplePrintDocumentBase document)
- Method: public void Clear ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void NextColumn ()
- Method: public void NextRow ()
- Method (i): public virtual string ToString ()
- Property: float BorderWidth { public get; public set; }
- Property: float CellPadding { public get; public set; }
- Property: int ColumnCount { public get; }
- Property: ColumnPrintLayoutCollection Columns { public get; }
- Property: int CurrentColumn { public get; }
- Property: int CurrentRow { public get; }
- Property: string DataMember { public get; public set; }
- Property: object DataSource { public get; public set; }
- Property: bool DisplayTableBorder { public get; public set; }
- Property: bool DisplayTableHeading { public get; public set; }
- Property: bool RepeatTableHeadingOverPages { public get; public set; }
- Property: PrintUnitType Units { public get; public set; }
|
| TabItemState () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.TabItemState
                    Normal = 1,
                    Hot = 2,
                    Selected = 3,
                    Disabled = 4,
|
| --> NONE <--
|
--> NONE <--
|
| TextBoxState () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.TextBoxState
                    Normal = 1,
                    Hot = 2,
                    Selected = 3,
                    Disabled = 5,
                    Readonly = 6,
                    Assist = 7,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms.VisualStyles TextMetrics () |
| n/a
|
public sealed struct System.Windows.Forms.VisualStyles.TextMetrics
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int Ascent { public get; public set; }
- Property: int AverageCharWidth { public get; public set; }
- Property: char BreakChar { public get; public set; }
- Property: TextMetricsCharacterSet CharSet { public get; public set; }
- Property: char DefaultChar { public get; public set; }
- Property: int Descent { public get; public set; }
- Property: int DigitizedAspectX { public get; public set; }
- Property: int DigitizedAspectY { public get; public set; }
- Property: int ExternalLeading { public get; public set; }
- Property: char FirstChar { public get; public set; }
- Property: int Height { public get; public set; }
- Property: int InternalLeading { public get; public set; }
- Property: bool Italic { public get; public set; }
- Property: char LastChar { public get; public set; }
- Property: int MaxCharWidth { public get; public set; }
- Property: int Overhang { public get; public set; }
- Property: TextMetricsPitchAndFamilyValues PitchAndFamily { public get; public set; }
- Property: bool StruckOut { public get; public set; }
- Property: bool Underlined { public get; public set; }
- Property: int Weight { public get; public set; }
|
| TextMetricsCharacterSet () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.TextMetricsCharacterSet
                    Ansi = 0,
                    Default = 1,
                    Symbol = 2,
                    Mac = 77,
                    ShiftJis = 128,
                    Hangul = 129,
                    Johab = 130,
                    Gb2312 = 134,
                    ChineseBig5 = 136,
                    Greek = 161,
                    Turkish = 162,
                    Vietnamese = 163,
                    Hebrew = 177,
                    Arabic = 178,
                    Baltic = 186,
                    Russian = 204,
                    Thai = 222,
                    EastEurope = 238,
                    Oem = 255,
|
| --> NONE <--
|
--> NONE <--
|
| TextMetricsPitchAndFamilyValues () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.TextMetricsPitchAndFamilyValues
                    FixedPitch = 1,
                    Vector = 2,
                    TrueType = 4,
                    Device = 8,
|
| --> NONE <--
|
--> NONE <--
|
| TextShadowType () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.TextShadowType
                    None = 0,
                    Single = 1,
                    Continuous = 2,
|
| --> NONE <--
|
--> NONE <--
|
| ThemeSizeType () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.ThemeSizeType
                    Minimum = 0,
                    True = 1,
                    Draw = 2,
|
| --> NONE <--
|
--> NONE <--
|
| ToolBarState () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.ToolBarState
                    Normal = 1,
                    Hot = 2,
                    Pressed = 3,
                    Disabled = 4,
                    Checked = 5,
                    HotChecked = 6,
|
| --> NONE <--
|
--> NONE <--
|
| TrackBarThumbState () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.TrackBarThumbState
                    Normal = 1,
                    Hot = 2,
                    Pressed = 3,
                    Disabled = 5,
|
| --> NONE <--
|
--> NONE <--
|
| TrueSizeScalingType () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.TrueSizeScalingType
                    None = 0,
                    Size = 1,
                    Dpi = 2,
|
| --> NONE <--
|
--> NONE <--
|
| UnhandledExceptionMode () |
| n/a
|
public sealed enum System.Windows.Forms.UnhandledExceptionMode
                    Automatic = 0,
                    ThrowException = 1,
                    CatchException = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms UpDownBase () |
public abstract class System.Windows.Forms.UpDownBase
(Please hover your mouse over the type to see the inheritance signatures) |
public abstract class System.Windows.Forms.UpDownBase
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method: protected override void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler AutoValidateChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event ScrollEventHandler Scroll
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnAutoValidateChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method: protected override void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method: protected override void SetVisibleCore (bool value)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): public bool Validate (bool checkAutoValidate)
- Method (i): public virtual bool ValidateAll ()
- Method (i): public virtual bool ValidateAll (ValidateFlags flags)
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual AutoValidate AutoValidate { public get; public set; }
- Property: override ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: override Size MaximumSize { public get; public set; }
- Property: override Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
|
| System.Windows.Forms UserControl () |
public class System.Windows.Forms.UserControl
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.UserControl
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: protected virtual CreateParams CreateParams { }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler AutoValidateChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event ScrollEventHandler Scroll
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnAutoValidateChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method: protected override void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnScroll (ScrollEventArgs se)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected virtual Point ScrollToControl (Control activeControl)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): public bool Validate (bool checkAutoValidate)
- Method: public override bool ValidateAll ()
- Method: public override bool ValidateAll (ValidateFlags flags)
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: override AutoValidate AutoValidate { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: BorderStyle BorderStyle { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: protected override CreateParams CreateParams { }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: HScrollProperties HorizontalScroll { public get; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: bool RaiseMouseEnterLeaveEventsForScrollBars { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
- Property: VScrollProperties VerticalScroll { public get; }
|
| ValidateFlags () |
| n/a
|
public sealed enum System.Windows.Forms.ValidateFlags
                    All = 0,
                    Selectable = 1,
                    Enabled = 2,
                    Visible = 4,
                    TabStop = 8,
                    ImmediateChildren = 16,
|
| --> NONE <--
|
--> NONE <--
|
| View () |
public sealed enum System.Windows.Forms.View
                    LargeIcon = 0,
                    Details = 1,
                    SmallIcon = 2,
                    List = 3,
|
public sealed enum System.Windows.Forms.View
                    LargeIcon = 0,
                    Details = 1,
                    SmallIcon = 2,
                    List = 3,
                    Tile = 4,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms VScrollBar () |
public class System.Windows.Forms.VScrollBar
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.VScrollBar
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void UpdateBounds ()
- Property: Rectangle Bounds { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: protected bool RenderRightToLeft { }
- Property: protected virtual bool ShowFocusCues { }
- Property: protected bool ShowKeyboardCues { }
|
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event MouseEventHandler MouseClick
- Event: public event MouseEventHandler MouseDoubleClick
- Event: public event EventHandler PaddingChanged
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method (i): ProtectedInternal void UpdateBounds ()
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected virtual bool DoubleBuffered { }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Size PreferredSize { public get; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: bool UseWaitCursor { public get; public set; }
|
| System.Windows.Forms VScrollProperties () |
| n/a
|
public class System.Windows.Forms.VScrollProperties
|
| --> NONE <--
|
- Constructor: public VScrollProperties (ScrollableControl sc)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): protected ScrollableControl GetParent ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Enabled { public get; public set; }
- Property: int LargeChange { public get; public set; }
- Property: int Maximum { public get; public set; }
- Property: int Minimum { public get; public set; }
- Property: int SmallChange { public get; public set; }
- Property: int Value { public get; public set; }
- Property: bool Visible { public get; public set; }
|
| System.Windows.Forms WebBrowser () |
| n/a
|
public class System.Windows.Forms.WebBrowser
|
| --> NONE <--
|
- Constructor: public WebBrowser ()
- Event: public event EventHandler AutoSizeChanged
- Event: public event EventHandler BackColorChanged
- Event: public event EventHandler BackgroundImageChanged
- Event: public event EventHandler BackgroundImageLayoutChanged
- Event: public event EventHandler BindingContextChanged
- Event: public event EventHandler CanGoBackChanged
- Event: public event EventHandler CanGoForwardChanged
- Event: public event EventHandler CausesValidationChanged
- Event: public event UICuesEventHandler ChangeUICues
- Event: public event EventHandler Click
- Event: public event EventHandler ContextMenuChanged
- Event: public event EventHandler ContextMenuStripChanged
- Event: public event ControlEventHandler ControlAdded
- Event: public event ControlEventHandler ControlRemoved
- Event: public event EventHandler CursorChanged
- Event: public event EventHandler Disposed
- Event: public event EventHandler DockChanged
- Event: public event WebBrowserDocumentCompletedEventHandler DocumentCompleted
- Event: public event EventHandler DocumentTitleChanged
- Event: public event EventHandler DoubleClick
- Event: public event DragEventHandler DragDrop
- Event: public event DragEventHandler DragEnter
- Event: public event EventHandler DragLeave
- Event: public event DragEventHandler DragOver
- Event: public event EventHandler EnabledChanged
- Event: public event EventHandler EncryptionLevelChanged
- Event: public event EventHandler Enter
- Event: public event EventHandler FileDownload
- Event: public event EventHandler FontChanged
- Event: public event EventHandler ForeColorChanged
- Event: public event GiveFeedbackEventHandler GiveFeedback
- Event: public event EventHandler GotFocus
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Event: public event EventHandler ImeModeChanged
- Event: public event InvalidateEventHandler Invalidated
- Event: public event KeyEventHandler KeyDown
- Event: public event KeyPressEventHandler KeyPress
- Event: public event KeyEventHandler KeyUp
- Event: public event LayoutEventHandler Layout
- Event: public event EventHandler Leave
- Event: public event EventHandler LocationChanged
- Event: public event EventHandler LostFocus
- Event: public event EventHandler MarginChanged
- Event: public event EventHandler MouseCaptureChanged
- Event: public event EventHandler MouseClick
- Event: public event EventHandler MouseDoubleClick
- Event: public event MouseEventHandler MouseDown
- Event: public event EventHandler MouseEnter
- Event: public event EventHandler MouseHover
- Event: public event EventHandler MouseLeave
- Event: public event MouseEventHandler MouseMove
- Event: public event MouseEventHandler MouseUp
- Event: public event MouseEventHandler MouseWheel
- Event: public event EventHandler Move
- Event: public event WebBrowserNavigatedEventHandler Navigated
- Event: public event WebBrowserNavigatingEventHandler Navigating
- Event: public event CancelEventHandler NewWindow
- Event: public event EventHandler PaddingChanged
- Event: public event PaintEventHandler Paint
- Event: public event EventHandler ParentChanged
- Event: public event WebBrowserProgressChangedEventHandler ProgressChanged
- Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
- Event: public event QueryContinueDragEventHandler QueryContinueDrag
- Event: public event EventHandler RegionChanged
- Event: public event EventHandler Resize
- Event: public event EventHandler ResizeBegin
- Event: public event EventHandler ResizeEnd
- Event: public event EventHandler RightToLeftChanged
- Event: public event EventHandler SizeChanged
- Event: public event EventHandler StatusTextChanged
- Event: public event EventHandler StyleChanged
- Event: public event EventHandler SystemColorsChanged
- Event: public event EventHandler TabIndexChanged
- Event: public event EventHandler TabStopChanged
- Event: public event EventHandler TextChanged
- Event: public event EventHandler Validated
- Event: public event CancelEventHandler Validating
- Event: public event EventHandler VisibleChanged
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
- Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
- Method: protected override void AttachInterfaces (object nativeActiveXObject)
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): public void BringToFront ()
- Method (i): public bool Contains (Control ctl)
- Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
- Method: protected override AxSite CreateAxSite ()
- Method (i): public void CreateControl ()
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public Graphics CreateGraphics ()
- Method (i): protected virtual void CreateHandle ()
- Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
- Method: protected override void CreateSink ()
- Method (i): protected virtual void DefWndProc (Message m)
- Method (i): protected virtual void DestroyHandle ()
- Method: protected override void DetachInterfaces ()
- Method: protected override void DetachSink ()
- Method (i): public virtual void Dispose ()
- Method: protected override void Dispose (bool disposing)
- Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
- Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public Form FindForm ()
- Method (i): public bool Focus ()
- Method (i): protected virtual AccessibleObject GetAccessibilityObjectByID (int objectID)
- Method (i): public Control GetChildAtPoint (Point pt)
- Method (i): public IContainerControl GetContainerControl ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual object GetLifetimeService ()
- Method (i): public Control GetNextControl (Control ctl, bool forward)
- Method (i): public virtual Size GetPreferredSize (Size proposedSize)
- Method (i): protected virtual object GetService (Type service)
- Method (i): protected bool GetStyle (ControlStyles flag)
- Method (i): protected bool GetTopLevel ()
- Method (i): public Type GetType ()
- Method: public bool GoBack ()
- Method: public bool GoForward ()
- Method: public void GoHome ()
- Method: public void GoSearch ()
- Method (i): public void Hide ()
- Method (i): public virtual object InitializeLifetimeService ()
- Method (i): protected virtual void InitLayout ()
- Method (i): public void Invalidate ()
- Method (i): public void Invalidate (bool invalidateChildren)
- Method (i): public void Invalidate (Rectangle rc)
- Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
- Method (i): public void Invalidate (Region region)
- Method (i): public void Invalidate (Region region, bool invalidateChildren)
- Method (i): public object Invoke (delegate method)
- Method (i): public virtual object Invoke (delegate method, object[] args)
- Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
- Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
- Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
- Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
- Method (i): protected virtual bool IsInputChar (char charCode)
- Method (i): protected virtual bool IsInputKey (Keys keyData)
- Method (i): protected MarshalByRefObject MemberwiseClone ()
- Method: public void Navigate (string url)
- Method: public void Navigate (string url, bool newWindow)
- Method: public void Navigate (string url, string targetFrameName)
- Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
- Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
- Method (i): protected virtual void OnBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
- Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
- Method: protected virtual void OnCanGoBackChanged (EventArgs e)
- Method: protected virtual void OnCanGoForwardChanged (EventArgs e)
- Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
- Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
- Method (i): protected virtual void OnClick (EventArgs e)
- Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
- Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
- Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
- Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
- Method (i): protected virtual void OnCreateControl ()
- Method (i): protected virtual void OnCursorChanged (EventArgs e)
- Method (i): protected virtual void OnDockChanged (EventArgs e)
- Method: protected virtual void OnDocumentCompleted (WebBrowserDocumentCompletedEventArgs e)
- Method: protected virtual void OnDocumentTitleChanged (EventArgs e)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
- Method (i): protected virtual void OnDragLeave (EventArgs e)
- Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
- Method (i): protected virtual void OnEnabledChanged (EventArgs e)
- Method: protected virtual void OnEncryptionLevelChanged (EventArgs e)
- Method (i): protected virtual void OnEnter (EventArgs e)
- Method: protected virtual void OnFileDownload (EventArgs e)
- Method (i): protected virtual void OnFontChanged (EventArgs e)
- Method (i): protected virtual void OnForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
- Method (i): protected virtual void OnGotFocus (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
- Method (i): protected virtual void OnImeModeChanged (EventArgs e)
- Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
- Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
- Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
- Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
- Method (i): protected virtual void OnLayout (LayoutEventArgs levent)
- Method (i): protected virtual void OnLeave (EventArgs e)
- Method (i): protected virtual void OnLocationChanged (EventArgs e)
- Method (i): protected virtual void OnLostFocus (EventArgs e)
- Method (i): protected virtual void OnMarginChanged (EventArgs e)
- Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
- Method (i): protected virtual void OnMouseClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs mea)
- Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
- Method (i): protected virtual void OnMouseEnter (EventArgs e)
- Method (i): protected virtual void OnMouseHover (EventArgs e)
- Method (i): protected virtual void OnMouseLeave (EventArgs e)
- Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
- Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
- Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
- Method (i): protected virtual void OnMove (EventArgs e)
- Method: protected virtual void OnNavigated (WebBrowserNavigatedEventArgs e)
- Method: protected virtual void OnNavigating (WebBrowserNavigatingEventArgs e)
- Method: protected virtual void OnNewWindow (CancelEventArgs e)
- Method (i): protected virtual void OnNotifyMessage (Message m)
- Method (i): protected virtual void OnPaddingChanged (EventArgs e)
- Method (i): protected virtual void OnPaint (PaintEventArgs e)
- Method (i): protected virtual void OnPaintBackground (PaintEventArgs pevent)
- Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
- Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
- Method (i): protected virtual void OnParentChanged (EventArgs e)
- Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
- Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
- Method (i): protected virtual void OnParentFontChanged (EventArgs e)
- Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
- Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
- Method: protected virtual void OnProgressChanged (WebBrowserProgressChangedEventArgs e)
- Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
- Method (i): protected virtual void OnRegionChanged (EventArgs e)
- Method (i): protected virtual void OnResize (EventArgs e)
- Method (i): protected virtual void OnResizeBegin (EventArgs e)
- Method (i): protected virtual void OnResizeEnd (EventArgs e)
- Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
- Method (i): protected virtual void OnSizeChanged (EventArgs e)
- Method: protected virtual void OnStatusTextChanged (EventArgs e)
- Method (i): protected virtual void OnStyleChanged (EventArgs e)
- Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
- Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
- Method (i): protected virtual void OnTabStopChanged (EventArgs e)
- Method (i): protected virtual void OnTextChanged (EventArgs e)
- Method (i): protected virtual void OnValidated (EventArgs e)
- Method (i): protected virtual void OnValidating (CancelEventArgs e)
- Method (i): protected virtual void OnVisibleChanged (EventArgs e)
- Method (i): public void PerformLayout ()
- Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
- Method (i): public Point PointToClient (Point p)
- Method (i): public Point PointToScreen (Point p)
- Method (i): public virtual bool PreProcessMessage (Message msg)
- Method: public void Print ()
- Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
- Method (i): protected virtual bool ProcessDialogChar (char charCode)
- Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
- Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
- Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
- Method (i): protected virtual bool ProcessKeyPreview (Message m)
- Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
- Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
- Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
- Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
- Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
- Method (i): protected void RecreateHandle ()
- Method (i): public Rectangle RectangleToClient (Rectangle r)
- Method (i): public Rectangle RectangleToScreen (Rectangle r)
- Method: public override void Refresh ()
- Method: public void Refresh (WebBrowserRefreshOption opt)
- Method (i): public virtual void ResetBackColor ()
- Method (i): public void ResetBindings ()
- Method (i): public virtual void ResetCursor ()
- Method (i): public virtual void ResetFont ()
- Method (i): public virtual void ResetForeColor ()
- Method (i): public void ResetImeMode ()
- Method (i): protected void ResetMouseEventArgs ()
- Method (i): public virtual void ResetRightToLeft ()
- Method (i): public virtual void ResetText ()
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
- Method (i): protected ContentAlignment RtlTranslateContent (ContentAlignment align)
- Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
- Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
- Method (i): public void Scale (float ratio)
- Method (i): public void Scale (float dx, float dy)
- Method (i): protected virtual void ScaleCore (float dx, float dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy)
- Method (i): public ScrollReturnType ScrollWindow (int dx, int dy, Rectangle scrollRectangle, Rectangle clipRectangle, Region regionToUpdate, ScrollType scrollType)
- Method (i): public void Select ()
- Method (i): protected virtual void Select (bool directed, bool forward)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SendToBack ()
- Method (i): public void SetBounds (int x, int y, int width, int height)
- Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
- Method (i): protected virtual void SetClientSizeCore (int x, int y)
- Method (i): protected void SetStyle (ControlStyles flag, bool value)
- Method (i): protected void SetTopLevel (bool value)
- Method (i): protected virtual void SetVisibleCore (bool value)
- Method (i): public void Show ()
- Method: public void ShowPageSetupDialog ()
- Method: public void ShowPrintDialog ()
- Method: public void ShowPrintDialog (string header, string footer)
- Method: public void ShowPrintPreviewDialog ()
- Method: public void ShowPropertiesDialog ()
- Method: public void ShowSaveAsDialog ()
- Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
- Method: public void Stop ()
- Method (i): public void SuspendLayout ()
- Method (i): public virtual string ToString ()
- Method (i): public void Update ()
- Method (i): ProtectedInternal void UpdateBounds ()
- Method (i): protected void UpdateBounds (int x, int y, int width, int height)
- Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
- Method (i): protected void UpdateStyles ()
- Method (i): protected void UpdateZOrder ()
- Method (i): protected virtual void WndProc (Message m)
- Nested Type: protected class WebBrowserSite
- Property: AccessibleObject AccessibilityObject { public get; }
- Property: string AccessibleDefaultActionDescription { public get; public set; }
- Property: string AccessibleDescription { public get; public set; }
- Property: string AccessibleName { public get; public set; }
- Property: AccessibleRole AccessibleRole { public get; public set; }
- Property: object ActiveXInstance { public get; }
- Property: virtual bool AllowDrop { public get; public set; }
- Property: bool AllowWebBrowserDrop { public get; public set; }
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: virtual bool AutoRelocate { public get; public set; }
- Property: virtual Point AutoScrollOffset { public get; public set; }
- Property: virtual bool AutoSize { public get; public set; }
- Property: virtual Color BackColor { public get; public set; }
- Property: virtual Image BackgroundImage { public get; public set; }
- Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
- Property: virtual BindingContext BindingContext { public get; public set; }
- Property: int Bottom { public get; }
- Property: virtual Rectangle Bounds { public get; public set; }
- Property: bool CanFocus { public get; }
- Property: bool CanGoBack { public get; }
- Property: bool CanGoForward { public get; }
- Property: protected virtual bool CanRaiseEvents { }
- Property: bool CanSelect { public get; }
- Property: bool Capture { public get; public set; }
- Property: bool CausesValidation { public get; public set; }
- Property: Rectangle ClientRectangle { public get; }
- Property: Size ClientSize { public get; public set; }
- Property: string CompanyName { public get; }
- Property: IContainer Container { public get; }
- Property: bool ContainsFocus { public get; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
- Property: ControlCollection Controls { public get; }
- Property: bool Created { public get; }
- Property: protected virtual CreateParams CreateParams { }
- Property: virtual Cursor Cursor { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: protected virtual Cursor DefaultCursor { }
- Property: protected virtual ImeMode DefaultImeMode { }
- Property: protected virtual Padding DefaultMargin { }
- Property: protected virtual Size DefaultMaximumSize { }
- Property: protected virtual Size DefaultMinimumSize { }
- Property: protected virtual Padding DefaultPadding { }
- Property: protected override Size DefaultSize { }
- Property: protected bool DesignMode { }
- Property: virtual Rectangle DisplayRectangle { public get; }
- Property: bool Disposing { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: HtmlDocument Document { public get; }
- Property: Stream DocumentStream { public get; public set; }
- Property: string DocumentText { public get; public set; }
- Property: string DocumentTitle { public get; }
- Property: string DocumentType { public get; }
- Property: protected virtual bool DoubleBuffered { }
- Property: bool Enabled { public get; public set; }
- Property: WebBrowserEncryptionLevel EncryptionLevel { public get; }
- Property: protected EventHandlerList Events { }
- Property: override bool Focused { public get; }
- Property: virtual Font Font { public get; public set; }
- Property: protected int FontHeight { }
- Property: virtual Color ForeColor { public get; public set; }
- Property: virtual IntPtr Handle { public get; }
- Property: bool HasChildren { public get; }
- Property: int Height { public get; public set; }
- Property: ImeMode ImeMode { public get; public set; }
- Property: virtual bool InvokeRequired { public get; }
- Property: bool IsAccessible { public get; public set; }
- Property: bool IsBusy { public get; }
- Property: bool IsDisposed { public get; }
- Property: bool IsHandleCreated { public get; }
- Property: bool IsOffline { public get; }
- Property: bool IsWebBrowserContextMenuEnabled { public get; public set; }
- Property: virtual LayoutEngine LayoutEngine { public get; }
- Property: int Left { public get; public set; }
- Property: Point Location { public get; public set; }
- Property: Padding Margin { public get; public set; }
- Property: virtual Size MaximumSize { public get; public set; }
- Property: virtual Size MinimumSize { public get; public set; }
- Property: string Name { public get; public set; }
- Property: object ObjectForScripting { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: Control Parent { public get; public set; }
- Property: Size PreferredSize { public get; }
- Property: string ProductName { public get; }
- Property: string ProductVersion { public get; }
- Property: WebBrowserReadyState ReadyState { public get; }
- Property: bool RecreatingHandle { public get; }
- Property: Region Region { public get; public set; }
- [Obsolete: Do not use this property]Property: ProtectedInternal bool RenderRightToLeft { }
- Property: protected bool ResizeRedraw { }
- Property: int Right { public get; }
- Property: virtual RightToLeft RightToLeft { public get; public set; }
- Property: bool ScriptErrorsSuppressed { public get; public set; }
- Property: bool ScrollBarsEnabled { public get; public set; }
- Property: WebBrowserSecurityLevel SecurityLevel { public get; public set; }
- Property: ProtectedInternal virtual bool ShowFocusCues { }
- Property: ProtectedInternal virtual bool ShowKeyboardCues { }
- Property: virtual ISite Site { public set; }
- Property: Size Size { public get; public set; }
- Property: virtual string StatusText { public get; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
- Property: virtual string Text { public get; public set; }
- Property: int Top { public get; public set; }
- Property: Control TopLevelControl { public get; }
- Property: string Url { public get; public set; }
- Property: bool UseWaitCursor { public get; public set; }
- Property: Version Version { public get; }
- Property: bool Visible { public get; public set; }
- Property: bool WebBrowserShortcutsEnabled { public get; public set; }
- Property: int Width { public get; public set; }
- Property: IWindowTarget WindowTarget { public get; public set; }
|
| System.Windows.Forms WebBrowserDocumentCompletedEventArgs () |
| n/a
|
public class System.Windows.Forms.WebBrowserDocumentCompletedEventArgs
|
| --> NONE <--
|
- Constructor: public WebBrowserDocumentCompletedEventArgs (string url)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: string Url { public get; }
|
| System.Windows.Forms WebBrowserDocumentCompletedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.WebBrowserDocumentCompletedEventHandler
|
| --> NONE <--
|
- Constructor: public WebBrowserDocumentCompletedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, WebBrowserDocumentCompletedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, WebBrowserDocumentCompletedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| WebBrowserEncryptionLevel () |
| n/a
|
public sealed enum System.Windows.Forms.WebBrowserEncryptionLevel
                    UnSecure = 0,
                    Mixed = 1,
                    Unknown = 2,
                    Bit40 = 3,
                    Bit56 = 4,
                    Fortezza = 5,
                    Bit128 = 6,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms WebBrowserNavigatedEventArgs () |
| n/a
|
public class System.Windows.Forms.WebBrowserNavigatedEventArgs
|
| --> NONE <--
|
- Constructor: public WebBrowserNavigatedEventArgs (string url)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: string Url { public get; }
|
| System.Windows.Forms WebBrowserNavigatedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.WebBrowserNavigatedEventHandler
|
| --> NONE <--
|
- Constructor: public WebBrowserNavigatedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, WebBrowserNavigatedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, WebBrowserNavigatedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms WebBrowserNavigatingEventArgs () |
| n/a
|
public class System.Windows.Forms.WebBrowserNavigatingEventArgs
|
| --> NONE <--
|
- Constructor: public WebBrowserNavigatingEventArgs (string url, string targetFrameName)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: string TargetFrameName { public get; }
- Property: string Url { public get; }
|
| System.Windows.Forms WebBrowserNavigatingEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.WebBrowserNavigatingEventHandler
|
| --> NONE <--
|
- Constructor: public WebBrowserNavigatingEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, WebBrowserNavigatingEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, WebBrowserNavigatingEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| System.Windows.Forms WebBrowserProgressChangedEventArgs () |
| n/a
|
public class System.Windows.Forms.WebBrowserProgressChangedEventArgs
|
| --> NONE <--
|
- Constructor: public WebBrowserProgressChangedEventArgs (long currentProgress, long maximumProgress)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: long CurrentProgress { public get; }
- Property: long MaximumProgress { public get; }
|
| System.Windows.Forms WebBrowserProgressChangedEventHandler () |
| n/a
|
public sealed delegate System.Windows.Forms.WebBrowserProgressChangedEventHandler
|
| --> NONE <--
|
- Constructor: public WebBrowserProgressChangedEventHandler (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (object sender, WebBrowserProgressChangedEventArgs e, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual void EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual void Invoke (object sender, WebBrowserProgressChangedEventArgs e)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
| WebBrowserReadyState () |
| n/a
|
public sealed enum System.Windows.Forms.WebBrowserReadyState
                    UnInitialized = 0,
                    Loading = 1,
                    Loaded = 2,
                    Interactive = 3,
                    Complete = 4,
|
| --> NONE <--
|
--> NONE <--
|
| WebBrowserRefreshOption () |
| n/a
|
public sealed enum System.Windows.Forms.WebBrowserRefreshOption
                    Normal = 0,
                    IfExpired = 1,
                    Continue = 2,
                    Completely = 3,
|
| --> NONE <--
|
--> NONE <--
|
| WebBrowserSecurityLevel () |
| n/a
|
public sealed enum System.Windows.Forms.WebBrowserSecurityLevel
                    Default = 0,
                    Restricted = 1,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms WindowsFormsOperationSynchronizationContext () |
| n/a
|
public class System.Windows.Forms.WindowsFormsOperationSynchronizationContext
|
| --> NONE <--
|
- Constructor: public WindowsFormsOperationSynchronizationContext ()
- Method: public override SynchronizationContext CreateCopy ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual void OperationCompleted ()
- Method (i): public virtual void OperationStarted ()
- Method: public override void Post (SendOrPostCallback d, object state)
- Method: public override void Send (SendOrPostCallback d, object state)
- Method: public override void SendOrPost (SendOrPostCallback d, object state)
- Method: public override void SendOrPost (SendOrPostCallback d, object state, ExecutionContext e)
- Method (i): public virtual string ToString ()
- Method (i): public virtual int Wait (IntPtr[] waitHandles, bool waitAll, int millisecondsTimeout)
|
| VerticalAlignment () |
| n/a
|
public sealed enum System.Windows.Forms.Printing.VerticalAlignment
                    NotSet = 0,
                    Top = 1,
                    Middle = 2,
                    Bottom = 3,
|
| --> NONE <--
|
--> NONE <--
|
| VerticalAlignment () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.VerticalAlignment
                    Top = 0,
                    Center = 1,
                    Bottom = 2,
|
| --> NONE <--
|
--> NONE <--
|
| System.Windows.Forms.VisualStyles VisualStyleElement () |
| n/a
|
public class System.Windows.Forms.VisualStyles.VisualStyleElement
|
| --> NONE <--
|
- Method: public static VisualStyleElement CreateElement (string className, int part, int state)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Nested Type: public abstract sealed class Button
- Nested Type: public abstract sealed class ComboBox
- Nested Type: public abstract sealed class ExplorerBar
- Nested Type: public abstract sealed class Header
- Nested Type: public abstract sealed class ListView
- Nested Type: public abstract sealed class Menu
- Nested Type: public abstract sealed class MenuBand
- Nested Type: public abstract sealed class Page
- Nested Type: public abstract sealed class ProgressBar
- Nested Type: public abstract sealed class Rebar
- Nested Type: public abstract sealed class ScrollBar
- Nested Type: public abstract sealed class Spin
- Nested Type: public abstract sealed class StartPanel
- Nested Type: public abstract sealed class Status
- Nested Type: public abstract sealed class Tab
- Nested Type: public abstract sealed class TaskBand
- Nested Type: public abstract sealed class TaskBar
- Nested Type: public abstract sealed class TaskBarClock
- Nested Type: public abstract sealed class TextBox
- Nested Type: public abstract sealed class ToolBar
- Nested Type: public abstract sealed class ToolTip
- Nested Type: public abstract sealed class TrackBar
- Nested Type: public abstract sealed class TrayNotify
- Nested Type: public abstract sealed class TreeView
- Nested Type: public abstract sealed class Window
- Property: string ClassName { public get; }
- Property: int Part { public get; }
- Property: int State { public get; }
|
| System.Windows.Forms.VisualStyles VisualStyleInformation () |
| n/a
|
public sealed class System.Windows.Forms.VisualStyles.VisualStyleInformation
|
| --> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static string Author { public get; }
- Property: static string ColorScheme { public get; }
- Property: static string Company { public get; }
- Property: static Color ControlHighlightHot { public get; }
- Property: static string Copyright { public get; }
- Property: static string Description { public get; }
- Property: static string DisplayName { public get; }
- Property: static bool IsEnabledByUser { public get; }
- Property: static bool IsSupportedByOS { public get; }
- Property: static int MinimumColorDepth { public get; }
- Property: static string Size { public get; }
- Property: static bool SupportsFlatMenus { public get; }
- Property: static Color TextControlBorder { public get; }
- Property: static string Url { public get; }
- Property: static string Version { public get; }
|
| System.Windows.Forms.VisualStyles VisualStyleRenderer () |
| n/a
|
public sealed class System.Windows.Forms.VisualStyles.VisualStyleRenderer
|
| --> NONE <--
|
- Constructor: public VisualStyleRenderer (string className, int part, int state)
- Constructor: public VisualStyleRenderer (VisualStyleElement element)
- Method: public void DrawBackground (Graphics g, Rectangle bounds)
- Method: public void DrawBackground (Graphics g, Rectangle bounds, Rectangle clipRectangle)
- Method: public Rectangle DrawEdge (Graphics g, Rectangle bounds, Edges edges, EdgeStyle style, EdgeEffects effects)
- Method: public void DrawImage (Graphics g, Rectangle bounds, Image image)
- Method: public void DrawImage (Graphics g, Rectangle bounds, ImageList imageList, int imageIndex)
- Method: public void DrawParentBackground (Graphics g, Rectangle bounds, Control childControl)
- Method: public void DrawText (Graphics g, Rectangle bounds, string textToDraw)
- Method: public void DrawText (Graphics g, Rectangle bounds, string textToDraw, bool drawDisabled)
- Method: public void DrawText (Graphics g, Rectangle bounds, string textToDraw, bool drawDisabled, TextFormatFlags flags)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public Rectangle GetBackgroundContentRectangle (Graphics g, Rectangle bounds)
- Method: public Rectangle GetBackgroundExtent (Graphics g, Rectangle contentBounds)
- Method: public Region GetBackgroundRegion (Graphics g, Rectangle bounds)
- Method: public bool GetBoolean (BooleanProperty prop)
- Method: public Color GetColor (ColorProperty prop)
- Method: public int GetEnumValue (EnumProperty prop)
- Method: public string GetFilename (FilenameProperty prop)
- Method: public Font GetFont (Graphics g, FontProperty prop)
- Method (i): public virtual int GetHashCode ()
- Method: public int GetInteger (IntegerProperty prop)
- Method: public Padding GetMargins (Graphics g, MarginProperty prop)
- Method: public Size GetPartSize (Graphics g, Rectangle bounds, ThemeSizeType type)
- Method: public Size GetPartSize (Graphics g, ThemeSizeType type)
- Method: public Point GetPoint (PointProperty prop)
- Method: public string GetString (StringProperty prop)
- Method: public Rectangle GetTextExtent (Graphics g, string textToDraw, TextFormatFlags flags)
- Method: public Rectangle GetTextExtent (Graphics g, Rectangle bounds, string textToDraw, TextFormatFlags flags)
- Method: public TextMetrics GetTextMetrics (Graphics g)
- Method (i): public Type GetType ()
- Method: public HitTestCode HitTestBackground (Graphics g, Rectangle backgroundRectangle, Point pt, HitTestOptions options)
- Method: public HitTestCode HitTestBackground (Graphics g, Rectangle backgroundRectangle, Region region, Point pt, HitTestOptions options)
- Method: public bool IsBackgroundPartiallyTransparent ()
- Method: public static bool IsElementDefined (VisualStyleElement element)
- Method (i): protected object MemberwiseClone ()
- Method: public void SetParameters (string className, int part, int state)
- Method: public void SetParameters (VisualStyleElement element)
- Method (i): public virtual string ToString ()
- Property: string Class { public get; }
- Property: IntPtr Handle { public get; }
- Property: static bool IsSupported { public get; }
- Property: int Part { public get; }
- Property: int State { public get; }
|
| VisualStyleState () |
| n/a
|
public sealed enum System.Windows.Forms.VisualStyles.VisualStyleState
                    NoneEnabled = 0,
                    NonClientAreaEnabled = 1,
                    ClientAreaEnabled = 2,
                    ClientAndNonClientAreasEnabled = 3,
|
| --> NONE <--
|
--> NONE <--
|